[packages] openldap: remove dependency on db74 (#6476)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19122 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-01-13 20:31:43 +00:00
parent 2e6c50cc11
commit b932f90f9d
2 changed files with 7 additions and 4 deletions

View File

@ -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) \

View File

@ -5,7 +5,6 @@ START=60
start() {
mkdir -p /var/run/openldap
mkdir -p /var/lib/ldap
/usr/sbin/slapd
}