We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad2c09 commit bd289e9Copy full SHA for bd289e9
bin/misp_compile_zlib_ng.sh
@@ -23,7 +23,7 @@ fi
23
24
mkdir /tmp/zlib-ng
25
cd /tmp/zlib-ng
26
-download_and_check https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2.tar.gz fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c
+download_and_check https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.3.tar.gz f2fb245c35082fe9ea7a22b332730f63cf1d42f04d84fe48294207d033cba4dd
27
CFLAGS="-flto=auto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now ${MARCH}" ./configure --zlib-compat
28
make -j$(nproc)
29
strip libz.so.1.3.1.zlib-ng
0 commit comments