From b932f90f9dcf452851c8210fb6ab168a19a2cb5c Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Jan 2010 20:31:43 +0000 Subject: [PATCH] [packages] openldap: remove dependency on db74 (#6476) git-svn-id: svn://svn.openwrt.org/openwrt/packages@19122 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/openldap/Makefile | 10 +++++++--- libs/openldap/files/ldap.init | 1 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 766de5ca7..c219ff260 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -63,7 +63,7 @@ define Package/openldap-server $(call Package/openldap/Default) SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenldap +libdb47 + DEPENDS:=+libopenldap TITLE+= (server) endef @@ -90,8 +90,12 @@ CONFIGURE_ARGS += \ --with-yielding_select="yes" \ --without-cyrus-sasl \ --without-threads \ - --without-tls - + --without-tls \ + --enable-null \ + --disable-bdb \ + --disable-hdb \ + --disable-monitor \ + --disable-relay define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ diff --git a/libs/openldap/files/ldap.init b/libs/openldap/files/ldap.init index 9917525f5..aae19356e 100644 --- a/libs/openldap/files/ldap.init +++ b/libs/openldap/files/ldap.init @@ -5,7 +5,6 @@ START=60 start() { mkdir -p /var/run/openldap - mkdir -p /var/lib/ldap /usr/sbin/slapd } -- 2.11.0