[jbossnative-commits] JBoss Native SVN: r1390 - trunk/build/unix.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Thu Feb 28 05:12:35 EST 2008


Author: jfrederic.clere at 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




More information about the jbossnative-commits mailing list