Author: jfrederic.clere(a)jboss.com
Date: 2008-02-28 05:12:34 -0500 (Thu, 28 Feb 2008)
New Revision: 1390
Modified:
trunk/build/unix/build.sh
Log:
build zlib as I can't find it in hpux sites.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-02-28 09:04:29 UTC (rev 1389)
+++ trunk/build/unix/build.sh 2008-02-28 10:12:34 UTC (rev 1390)
@@ -298,6 +298,10 @@
has_posix_tar=false
CC=cc
export CC
+ #
http://hpux.cs.utah.edu/ only has a 32 bits one.
+ if [ $BUILD_CPU = "ia64" && $has_zlib ]; then
+ build_zlib=true
+ fi
;;
windows)
so_extension=dll