mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
updated
This commit is contained in:
12
lang/node22/files/patch-node.gypi
Normal file
12
lang/node22/files/patch-node.gypi
Normal file
@@ -0,0 +1,12 @@
|
||||
--- node.gypi.orig 2023-05-16 06:58:21 UTC
|
||||
+++ node.gypi
|
||||
@@ -349,6 +349,9 @@
|
||||
[ 'node_use_openssl=="true"', {
|
||||
'defines': [ 'HAVE_OPENSSL=1' ],
|
||||
'conditions': [
|
||||
+ ['openssl_no_asm==1', {
|
||||
+ 'defines': [ 'OPENSSL_NO_ASM' ],
|
||||
+ }],
|
||||
[ 'node_shared_openssl=="false"', {
|
||||
'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ],
|
||||
'dependencies': [
|
||||
Reference in New Issue
Block a user