[packages] openldap: fix db47 dependency (closes: #6251)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Nov 2009 14:08:10 +0000 (14:08 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Nov 2009 14:08:10 +0000 (14:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18601 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/openldap/Makefile

index 49c2dc9..dcf3f65 100644 (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