0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/deps
Anna Henningsen dccdc51788
deps: fix zlib compilation for CPUs without SIMD features
Fix the compile flags so that zlib can run on CPUs that do
not have SSSE3/SSE4.2/etc. Do not compile zlib with flags that
indicate that those features are available, and instead enable
them selectively for functions that use them.

There are probably better way to do this, e.g. through gyp file
modifications as suggested in the issue. However, this patch
should do just fine until that happens.

Fixes: https://github.com/nodejs/node/issues/32553

PR-URL: https://github.com/nodejs/node/pull/32627
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-04-09 21:41:02 +02:00
..
acorn deps: update acorn to v7.1.1 2020-03-29 22:43:15 +02:00
acorn-plugins deps: update acorn to v7.1.1 2020-03-29 22:43:15 +02:00
brotli
cares
histogram
icu-small
llhttp
nghttp2
node-inspect
npm deps: upgrade npm to 6.14.4 2020-03-26 13:28:08 -04:00
openssl deps: update archs files for OpenSSL-1.1.1f 2020-04-01 14:13:16 -07:00
uv
uvwasi
v8 deps: remove duplicated postmortem metadata entry 2020-04-03 21:55:23 -07:00
zlib deps: fix zlib compilation for CPUs without SIMD features 2020-04-09 21:41:02 +02:00