mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://github.com/mongodb-js/mongosh/releases PR: 284440
16 lines
548 B
Python
16 lines
548 B
Python
--- node_modules/mongodb-client-encryption/binding.gyp.orig 2024-11-15 19:23:54 UTC
|
|
+++ node_modules/mongodb-client-encryption/binding.gyp
|
|
@@ -42,7 +42,11 @@
|
|
}
|
|
}],
|
|
['libmongocrypt_link_type=="dynamic"', {
|
|
- 'link_settings': { 'libraries': ['-lmongocrypt'] }
|
|
+ 'include_dirs': [
|
|
+ '/usr/include',
|
|
+ '/usr/local/include'
|
|
+ ],
|
|
+ 'link_settings': { 'libraries': ['-L/usr/local/lib -lmongocrypt'] }
|
|
}],
|
|
['libmongocrypt_link_type=="static"', {
|
|
'conditions': [
|