changeset 1138:6ad249bd2005

Make static-tools.sh use the same version of zlib as host-tools.sh.
author Rob Landley <rob@landley.net>
date Tue, 22 Jun 2010 17:52:00 -0500
parents 8a0b2268c8ca
children 2c6d799f0451
files sources/native-builds/static-tools.sh
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native-builds/static-tools.sh	Tue Jun 22 17:49:03 2010 -0500
+++ b/sources/native-builds/static-tools.sh	Tue Jun 22 17:52:00 2010 -0500
@@ -23,8 +23,8 @@
 SHA1=5554c2fd8ffae5c1e2b289b2024aa85a0889c989 \
 maybe_fork download || dienow
 
-URL=http://zlib.net/zlib-1.2.4.tar.bz2 \
-SHA1=8cf10521c1927daa5e12efc5e1725a0d70e579f3 \
+URL=http://zlib.net/zlib-1.2.5.tar.bz2 \
+SHA1=543fa9abff0442edca308772d6cef85557677e02 \
 maybe_fork "download || dienow"
 
 URL=http://matt.ucc.asn.au/dropbear/releases/dropbear-0.52.tar.bz2 \
@@ -53,6 +53,8 @@
 
 cp -sfR /mnt/zlib zlib &&
 cd zlib &&
+# 
+rm -f Makefile &&
 ./configure &&
 make -j $CPUS &&
 cd .. || exit 1