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>
11 lines
404 B
Python
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'],
|
|
}],
|
|
],
|
|
}
|