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 }