[Lunar-commits] r17605 - moonbase/trunk/web/apache2
Florin Braescu
florin at lunar-linux.org
Fri Dec 9 05:08:06 UTC 2005
Author: florin
Date: 2005-12-09 05:08:05 +0000 (Fri, 09 Dec 2005)
New Revision: 17605
Modified:
moonbase/trunk/web/apache2/BUILD
moonbase/trunk/web/apache2/DEPENDS
Log:
use apr and apr-util instead of the ones in the tarball.
Modified: moonbase/trunk/web/apache2/BUILD
===================================================================
--- moonbase/trunk/web/apache2/BUILD 2005-12-09 05:07:20 UTC (rev 17604)
+++ moonbase/trunk/web/apache2/BUILD 2005-12-09 05:08:05 UTC (rev 17605)
@@ -25,7 +25,9 @@
--enable-mime-magic \
--enable-exception-hook \
--enable-layout=GNU \
- --with-mpm=prefork"
+ --with-mpm=prefork \
+ --with-apr=/usr \
+ --with-apr-util=/usr"
# --with-mpm=worker
if [ "$ENABLE_SUEXEC" == "y" ] ; then
Modified: moonbase/trunk/web/apache2/DEPENDS
===================================================================
--- moonbase/trunk/web/apache2/DEPENDS 2005-12-09 05:07:20 UTC (rev 17604)
+++ moonbase/trunk/web/apache2/DEPENDS 2005-12-09 05:08:05 UTC (rev 17605)
@@ -1,4 +1,5 @@
-depends expat &&
+depends expat &&
+depends apr-util &&
optional_depends "db" \
"--with-berkeley-db" \
More information about the Lunar-commits
mailing list