[Lunar-commits] r21856 - moonbase/trunk/web/lighttpd

Terry Chan tchan at lunar-linux.org
Tue Oct 17 22:14:45 UTC 2006


Author: tchan
Date: 2006-10-17 22:14:45 +0000 (Tue, 17 Oct 2006)
New Revision: 21856

Modified:
   moonbase/trunk/web/lighttpd/DEPENDS
Log:
Fixed the openldap optional_depends.


Modified: moonbase/trunk/web/lighttpd/DEPENDS
===================================================================
--- moonbase/trunk/web/lighttpd/DEPENDS	2006-10-17 20:49:36 UTC (rev 21855)
+++ moonbase/trunk/web/lighttpd/DEPENDS	2006-10-17 22:14:45 UTC (rev 21856)
@@ -1,5 +1,5 @@
 optional_depends mysql "--with-mysql" "--without-mysql" "MySQL support" &&
-optional_depends ldap "--with-ldap" "--without-ldap" "LDAP support" &&
+optional_depends openldap "--with-ldap" "--without-ldap" "LDAP support" &&
 optional_depends attr "--with-attr" "--without-attr" "EA for XFS support" &&
 optional_depends valgrind "--with-valgrind" "--without-valgrind" "valgrind debugger" &&
 optional_depends openssl "--with-openssl" "--without-openssl"  "OpenSSL support" &&



More information about the Lunar-commits mailing list