Author: jfrederic.clere(a)jboss.com
Date: 2011-07-15 11:51:44 -0400 (Fri, 15 Jul 2011)
New Revision: 2813
Modified:
trunk/build/unix/build.sh
Log:
Oops need to export those.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2011-07-15 15:28:35 UTC (rev 2812)
+++ trunk/build/unix/build.sh 2011-07-15 15:51:44 UTC (rev 2813)
@@ -346,6 +346,7 @@
fi
if $force_64; then
CFLAGS="-m64 -arch x86_64"
+ export CFLAGS
fi
;;
HP-UX*)
@@ -362,6 +363,7 @@
if $force_64; then
BUILD_SYS="hpux64"
CFLAGS="+DD64"
+ export CFLAGS
fi
fi
;;