Author: jfrederic.clere(a)jboss.com
Date: 2011-07-15 02:36:49 -0400 (Fri, 15 Jul 2011)
New Revision: 2807
Modified:
trunk/build/unix/buildbin.jboss-native.sh
Log:
Oops need to test ${BUILD_SYS} ${BUILD_CPU}
Modified: trunk/build/unix/buildbin.jboss-native.sh
===================================================================
--- trunk/build/unix/buildbin.jboss-native.sh 2011-07-14 16:16:07 UTC (rev 2806)
+++ trunk/build/unix/buildbin.jboss-native.sh 2011-07-15 06:36:49 UTC (rev 2807)
@@ -77,7 +77,7 @@
# Build native part.
(cd $native_sources
echo "Configuring tomcat-native: ./configure ${add_conf} --with-apr=${common_loc}
--prefix=${prefix_loc} -enable-layout=generic"
- case ${BUILD_SYS} in
+ case ${BUILD_SYS}-${BUILD_CP} in
macosx-x86)
if [ "x${CFLAGS}" != "x" ]; then
echo "Adding CFLAGS=${CFLAGS}"
Show replies by date