Skip to content

Commit

Permalink
zlib-ng: Update to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ondj committed Jan 6, 2025
1 parent 38d3f78 commit 6f164de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/misp_compile_zlib_ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

mkdir /tmp/zlib-ng
cd /tmp/zlib-ng
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
CFLAGS="-flto=auto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now ${MARCH}" ./configure --zlib-compat
make -j$(nproc)
strip libz.so.1.3.1.zlib-ng
Expand Down

0 comments on commit 6f164de

Please sign in to comment.