[packages] openldap: fix db47 dependency (closes: #6251)
authorNicolas Thill <nico@openwrt.org>
Sun, 29 Nov 2009 14:08:10 +0000 (14:08 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 29 Nov 2009 14:08:10 +0000 (14:08 +0000)
SVN-Revision: 18601

libs/openldap/Makefile

index 49c2dc9468c66170ea936e70c283d8199efbc21c..dcf3f654f68bfcad0bfd45173605edb291bc5523 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