blob: 81f31a90fa6895c40ca008170d52b8044f8e8e8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- npm-better-sqlite3-7.5.0-3c4a7eebba3d5f5d8cb88fe83be1c01b8c0dea7d/node_modules/better-sqlite3/deps/sqlite3.gyp.orig 2022-07-02 14:34:04 UTC
+++ npm-better-sqlite3-7.5.0-3c4a7eebba3d5f5d8cb88fe83be1c01b8c0dea7d/node_modules/better-sqlite3/deps/sqlite3.gyp
@@ -95,6 +95,14 @@
]
}
},
+ 'OS == "freebsd"', {
+ 'link_settings': {
+ 'libraries': [
+ # This statically links libcrypto, whereas -lcrypto would dynamically link it
+ '/usr/local/lib/libcrypto.a'
+ ]
+ }
+ },
{ # Linux
'link_settings': {
'libraries': [
|