mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
11 lines
332 B
Python
11 lines
332 B
Python
--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-05-16 06:58:19 UTC
|
|
+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi
|
|
@@ -977,7 +977,7 @@
|
|
'-Wall -O3 -fomit-frame-pointer',
|
|
],
|
|
'openssl_ex_libs_linux-elf': [
|
|
- '-ldl -pthread',
|
|
+ '-pthread',
|
|
],
|
|
},
|
|
'include_dirs': [
|