ports/www/node16/files/patch-deps_openssl_openssl__no__asm.gypi
Juraj Lutter c2664553ad www/node16: Fix build with OpenSSL 3
- This was tested only with OpenSSL 3 from base but not with openssl30
  or openssl31 ports.
- Regen patches

PR:	271656
2023-06-13 08:38:20 +02:00

11 lines
407 B
Python

--- deps/openssl/openssl_no_asm.gypi.orig 2023-03-28 21:14:18 UTC
+++ deps/openssl/openssl_no_asm.gypi
@@ -50,7 +50,7 @@
'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'],
}, {
# Other architectures don't use assembly
- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
}],
],
}