[Lunar-commits] r17197 - moonbase/trunk/web/apache2

Florin Braescu florin at lunar-linux.org
Sun Nov 6 18:30:49 UTC 2005


Author: florin
Date: 2005-11-06 18:30:48 +0000 (Sun, 06 Nov 2005)
New Revision: 17197

Modified:
   moonbase/trunk/web/apache2/BUILD
   moonbase/trunk/web/apache2/DEPENDS
Log:
put db and gdbm as optional depends. patch by Richard Pyne. 

Modified: moonbase/trunk/web/apache2/BUILD
===================================================================
--- moonbase/trunk/web/apache2/BUILD	2005-11-06 14:45:40 UTC (rev 17196)
+++ moonbase/trunk/web/apache2/BUILD	2005-11-06 18:30:48 UTC (rev 17197)
@@ -22,7 +22,6 @@
                --enable-deflate                         \
                --enable-mime-magic                      \
                --enable-exception-hook                  \
-               --with-berkeley-db                       \
                --enable-layout=GNU                      \
 	       --with-mpm=prefork"
   #            --with-mpm=worker

Modified: moonbase/trunk/web/apache2/DEPENDS
===================================================================
--- moonbase/trunk/web/apache2/DEPENDS	2005-11-06 14:45:40 UTC (rev 17196)
+++ moonbase/trunk/web/apache2/DEPENDS	2005-11-06 18:30:48 UTC (rev 17197)
@@ -1,3 +1,12 @@
-depends  db    &&
-depends  gdbm  &&
-depends  expat
+depends  expat  &&
+
+optional_depends  "db"                       \
+                  "--with-berkeley-db"       \
+                  "--without-berkeley-db"    \
+                  "for berkely db support"  &&
+
+optional_depends  "gdbm"            \
+                  "--with-gdbm"     \
+                  "--without-gdbm"  \
+                  "for gdbm support"        
+



More information about the Lunar-commits mailing list