Author: jfrederic.clere(a)jboss.com
Date: 2009-02-20 02:32:50 -0500 (Fri, 20 Feb 2009)
New Revision: 2309
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Use apxs.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-02-19 17:55:49 UTC (rev 2308)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-02-20 07:32:50 UTC (rev 2309)
@@ -232,7 +232,7 @@
do
(cd ../mod_cluster/native/$dir
sh buildconf
- ./configure --with-apache=${BASELOC}/opt/jboss/httpd
+ ./configure --with-apxs=${BASELOC}/opt/jboss/httpd/sbin/apxs
make clean
make
cp *.so ../../target
Show replies by date