summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2017-01-09 17:42:04 +0100
committerGitHub <noreply@github.com>2017-01-09 17:42:04 +0100
commit03338c63101fcde114eb0ad9e423f206db12064c (patch)
treefc8227bc6c37a1d0922c7fcd7e92f4a51eb4f40e
parent4650ccc97cc22a0d18381f7f28f8ea0792778bc9 (diff)
downloadnavit-03338c63101fcde114eb0ad9e423f206db12064c.tar.gz
Update build_tomtom_minimal.shR7211
bump zlib
-rw-r--r--ci/build_tomtom_minimal.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/build_tomtom_minimal.sh b/ci/build_tomtom_minimal.sh
index 40f75474a..8eef9a351 100644
--- a/ci/build_tomtom_minimal.sh
+++ b/ci/build_tomtom_minimal.sh
@@ -53,9 +53,9 @@ tar xzf ~/tomtom_assets/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz
# zlib
cd /tmp
-wget -nv -c http://zlib.net/zlib-1.2.9.tar.gz
-tar xzf zlib-1.2.9.tar.gz
-cd zlib-1.2.9
+wget -nv -c http://zlib.net/zlib-1.2.10.tar.gz
+tar xzf zlib-1.2.10.tar.gz
+cd zlib-1.2.10
./configure --prefix=$PREFIX
make -j$JOBS
make install