diff options
author | Bernd Busse <bernd@busse-net.de> | 2022-04-07 00:56:28 +0200 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2022-04-18 09:07:39 -0400 |
commit | dc67d821c3ca212d48420c94492a4e2e421a9f26 (patch) | |
tree | 0bc6a2b7ca9f17d0161cee2cf13eae71149918b0 | |
parent | fc38cd8215cf0b69aa9ab71cf6e1c5a68496fc3e (diff) | |
download | rockbox-dc67d821c3.tar.gz rockbox-dc67d821c3.zip |
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
-rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |