mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- This was tested only with OpenSSL 3 from base but not with openssl30 or openssl31 ports. - Regen patches PR: 271656
12 lines
392 B
Python
12 lines
392 B
Python
--- node.gypi.orig 2023-03-28 21:14:21 UTC
|
|
+++ node.gypi
|
|
@@ -338,6 +338,9 @@
|
|
[ 'node_use_openssl=="true"', {
|
|
'defines': [ 'HAVE_OPENSSL=1' ],
|
|
'conditions': [
|
|
+ ['openssl_no_asm==1', {
|
|
+ 'defines': [ 'OPENSSL_NO_ASM' ],
|
|
+ }],
|
|
[ 'node_shared_openssl=="false"', {
|
|
'dependencies': [
|
|
'./deps/openssl/openssl.gyp:openssl',
|