aboutsummaryrefslogtreecommitdiff
path: root/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp')
-rw-r--r--databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp b/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp
index c4ad4896eb5c..f29e77d4c33a 100644
--- a/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp
+++ b/databases/mongosh/files/node-modules-patches/patch-node__modules_mongodb-client-encryption_binding.gyp
@@ -7,9 +7,9 @@
- 'link_settings': { 'libraries': ['-lmongocrypt'] }
+ 'include_dirs': [
+ '/usr/include',
-+ '/usr/local/include'
++ '%%LOCALBASE%%/include'
+ ],
-+ 'link_settings': { 'libraries': ['-L/usr/local/lib -lmongocrypt'] }
++ 'link_settings': { 'libraries': ['-L%%LOCALBASE%%/lib -lmongocrypt'] }
}],
['libmongocrypt_link_type=="static"', {
'conditions': [