Author: jfrederic.clere(a)jboss.com
Date: 2014-09-09 05:26:47 -0400 (Tue, 09 Sep 2014)
New Revision: 3371
Modified:
trunk/build/unix/build.sh
Log:
t seems pcre requires it...
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-09-08 15:44:22 UTC (rev 3370)
+++ trunk/build/unix/build.sh 2014-09-09 09:26:47 UTC (rev 3371)
@@ -397,6 +397,8 @@
BUILD_SYS="hpux"
if [ -f /opt/aCC/bin/cc ]; then
CC=/opt/aCC/bin/cc
+ CFLAGS="+u1"
+ export CFLAGS
else
CC=cc
fi
Show replies by date