Author: jfrederic.clere(a)jboss.com
Date: 2009-04-22 05:34:27 -0400 (Wed, 22 Apr 2009)
New Revision: 2396
Modified:
trunk/build/unix/build.sh
Log:
hp-ux ia64 now gives .so files.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2009-04-21 17:59:13 UTC (rev 2395)
+++ trunk/build/unix/build.sh 2009-04-22 09:34:27 UTC (rev 2396)
@@ -658,7 +658,11 @@
# To hack broken openssl Makefiles.
case ${BUILD_TAG} in
hpux-i64)
- gmake install_sw CFLAGS=DSO_DLHACK || exit 1
+ ls *.sl > /dev/null 2>/dev/null
+ if [ $? -eq 0 ]; then
+ gmake install_sw CFLAGS=DSO_DLHACK || exit 1
+ else
+ gmake install_sw || exit 1
;;
hpux-parisc2)
make install_sw || exit 1
Show replies by date