[packages] openldap: fix db47 dependency (closes: #6251)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18601 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-11-29 14:08:10 +00:00
parent d9979c26ae
commit 0f3f961a31

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -63,7 +63,7 @@ define Package/openldap-server
$(call Package/openldap/Default)
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libopenldap +db47
DEPENDS:=+libopenldap +libdb47
TITLE+= (server)
endef