summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-29 23:58:11 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-29 23:58:11 +0000
commit3e0ab9c6a4d67e9cff9b374dfed588f1fc9f848e (patch)
treec9638427b4a4a81152a921609589444aae049d98
parent34adb1e9e9148d559ba01bfec90028d10a8cf00b (diff)
downloadnavit-3e0ab9c6a4d67e9cff9b374dfed588f1fc9f848e.tar.gz
Bumped libpng version to 1.6.26
-rw-r--r--ci/build_tomtom_plugin.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/build_tomtom_plugin.sh b/ci/build_tomtom_plugin.sh
index 93dcce3dd..3080b39c1 100644
--- a/ci/build_tomtom_plugin.sh
+++ b/ci/build_tomtom_plugin.sh
@@ -39,9 +39,9 @@ if ! [ -e "~/tomtom_assets/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.
wget -c http://www.tomtom.com/gpl/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
fi
-if ! test -f "~/tomtom_assets/libpng-1.6.25.tar.gz"
+if ! test -f "~/tomtom_assets/libpng-1.6.26.tar.gz"
then
- wget -c ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.25.tar.gz -P ~/tomtom_assets
+ wget -c ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.26.tar.gz -P ~/tomtom_assets
fi
# toolchain
@@ -195,8 +195,8 @@ make install
# libpng
cd /tmp/
-tar xzf ~/tomtom_assets/libpng-1.6.25.tar.gz
-cd libpng-1.6.25/
+tar xzf ~/tomtom_assets/libpng-1.6.26.tar.gz
+cd libpng-1.6.26/
./configure --prefix=$PREFIX --host=$ARCH
make -j$JOBS
make install