CVS: moonbase/utils/openldap BUILD,1.4,1.5

Auke Kok sofar at lunar-linux.org
Mon Nov 10 17:52:09 GMT 2003


Update of /var/cvs/lunar/moonbase/utils/openldap
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7161

Modified Files:
	BUILD 
Log Message:
Adding a plethora of options to get the old behaviour again (most importantly, get ldbm to work). Someone might be interested in the --enable-sql option, perhaps it works with mysql.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/openldap/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	21 Sep 2003 17:13:19 -0000	1.4
+++ BUILD	10 Nov 2003 17:52:07 -0000	1.5
@@ -1,7 +1,7 @@
 (
-bad_flags -Wno-deprecated 
+  bad_flags -Wno-deprecated 
 
-export CPPFLAGS="$CPPFLAGS -I/usr/include/db4"
+  export CPPFLAGS="$CPPFLAGS -I/usr/include/db4"
 
   ./configure  --build=$BUILD            \
                --prefix=/usr             \
@@ -14,6 +14,15 @@
                --enable-dynamic          \
                --with-gnu-ld             \
                --enable-shared           \
+	       --enable-rewrite          \
+	       --enable-ldbm             \
+	       --enable-ldap             \
+	       --enable-meta             \
+	       --enable-monitor          \
+	       --enable-null             \
+	       --enable-passwd           \
+	       --enable-shell            \
+	       --enable-dnssrv           \
                $OPTS                    &&
   make depend                           &&
   default_make  




More information about the Lunar-commits mailing list