0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +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 deps: upgrade to c-ares v1.16.0 2020-03-20 14:21:00 +01:00
histogram
icu-small deps: update to ICU 66.1 2020-03-20 17:27:04 -07:00
llhttp deps: update llhttp to 2.0.4 2020-02-06 15:22:50 +01:00
nghttp2 deps: update nghttp2 to 1.40.0 2019-11-18 15:45:52 +01:00
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 deps: upgrade to libuv 1.35.0 2020-03-14 11:44:25 -04:00
uvwasi deps: update to uvwasi 0.0.6 2020-03-18 20:47:28 -04:00
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