Author: jfrederic.clere(a)jboss.com
Date: 2009-10-01 03:32:07 -0400 (Thu, 01 Oct 2009)
New Revision: 2572
Modified:
sandbox/httpd/httpd.test
Log:
crap apr need expat...
Modified: sandbox/httpd/httpd.test
===================================================================
--- sandbox/httpd/httpd.test 2009-09-29 07:47:41 UTC (rev 2571)
+++ sandbox/httpd/httpd.test 2009-10-01 07:32:07 UTC (rev 2572)
@@ -32,7 +32,6 @@
# Build it.
(cd $HOME/$TMPLOC
svn checkout
http://svn.apache.org/repos/asf/apr/apr/trunk/ apr-trunk
-svn checkout
http://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util-trunk
svn checkout
http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-trunk
svn checkout
http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x apr-1.3.x
@@ -60,7 +59,8 @@
fi
)
-# build APR/APR-UTIL
+# build APR
+# XXX it needs expat if it doesn't find it installed in the box
(cd apr-trunk
./buildconf
./configure --prefix=$HOME/$TMPLOC/APR