[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:
parent
2e6c50cc11
commit
b932f90f9d
@ -63,7 +63,7 @@ define Package/openldap-server
|
|||||||
$(call Package/openldap/Default)
|
$(call Package/openldap/Default)
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenldap +libdb47
|
DEPENDS:=+libopenldap
|
||||||
TITLE+= (server)
|
TITLE+= (server)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -90,8 +90,12 @@ CONFIGURE_ARGS += \
|
|||||||
--with-yielding_select="yes" \
|
--with-yielding_select="yes" \
|
||||||
--without-cyrus-sasl \
|
--without-cyrus-sasl \
|
||||||
--without-threads \
|
--without-threads \
|
||||||
--without-tls
|
--without-tls \
|
||||||
|
--enable-null \
|
||||||
|
--disable-bdb \
|
||||||
|
--disable-hdb \
|
||||||
|
--disable-monitor \
|
||||||
|
--disable-relay
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
@ -5,7 +5,6 @@ START=60
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
mkdir -p /var/run/openldap
|
mkdir -p /var/run/openldap
|
||||||
mkdir -p /var/lib/ldap
|
|
||||||
|
|
||||||
/usr/sbin/slapd
|
/usr/sbin/slapd
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user