ports/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi
Bradley T. Hughes 3163f8d9e9 www/node10: Update 10.16.0_1 => 10.16.1
https://nodejs.org/en/blog/release/v10.16.1/

While here, refresh patches with `make makepatch`.

Sponsored by:	Miles AS
2019-08-01 23:03:00 +00:00

11 lines
404 B
Python

--- deps/openssl/openssl_no_asm.gypi.orig 2019-07-31 17:45:01 UTC
+++ deps/openssl/openssl_no_asm.gypi
@@ -44,7 +44,7 @@
'includes': ['config/archs/linux-x86_64/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'],
}],
],
}