From dc67d821c3ca212d48420c94492a4e2e421a9f26 Mon Sep 17 00:00:00 2001 From: Bernd Busse Date: Thu, 7 Apr 2022 00:56:28 +0200 Subject: toolchain: update zlib to 1.2.12 for native mips targets zlib has been updated to 1.2.12 on March 27, 2022 with the following note: Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12. The previous version has been removed and is no longer available for download on the official site. Change-Id: I807fbb4605378d99654be3e4c1b28bd04de729c9 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index d0d623be1b..6d16f7ba45 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -889,7 +889,7 @@ do (cd $prefix/$target/sysroot/usr/include ; ln -sf ../lib/libffi-$libffi_ver/include/ffi.h . ; ln -sf ../lib/libffi-$libffi_ver/include/ffitarget.h . ) # build zlib - zlib_ver="1.2.11" + zlib_ver="1.2.12" gettool "zlib" "$zlib_ver" extract "zlib-$zlib_ver" CHOST=$target prefix="/usr" buildtool "zlib" "$zlib_ver" \ -- cgit v1.2.3