ports/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_package.json
Fabien Amelinck 31d8a7eb34
databases/mongosh: new port
Standalone MongoDB Shell replacing deprecated Mongo CLI.
NodeJS doesn't need to be installed.

PR:	279519
2024-11-21 09:52:59 +01:00

11 lines
548 B
JSON

--- node_modules/mongodb-client-encryption/package.json.orig 2024-05-13 13:50:11 UTC
+++ node_modules/mongodb-client-encryption/package.json
@@ -16,7 +16,7 @@
"lib": "lib"
},
"scripts": {
- "install": "prebuild-install --runtime napi --tag-prefix node-v || node-gyp rebuild",
+ "install": "prebuild-install --runtime napi --tag-prefix node-v || BUILD_TYPE=dynamic node-gyp rebuild",
"build:ts": "tsc",
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
"check:eslint": "eslint src test",