freebsd-ports/www/node/files/patch-deps_openssl_openssl__no__asm.gypi
Bradley T. Hughes 864c3d97dd www/node: fix build on i386
Add patch files missing from r469781, which ensure that the Node.js
build on i386 falls back to the linux-elf OpenSSL config.

PR:		228135
Reported by:	Marcin Cieslak <saper@saper.info>
2018-05-13 20:30:03 +00:00

11 lines
404 B
Python

--- deps/openssl/openssl_no_asm.gypi.orig 2018-05-11 12:27:27 UTC
+++ deps/openssl/openssl_no_asm.gypi
@@ -42,7 +42,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'],
}],
],
}