From: nico Date: Sun, 29 Nov 2009 14:08:10 +0000 (+0000) Subject: [packages] openldap: fix db47 dependency (closes: #6251) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=0f3f961a3146f422dfa205a6e0f50864260301f0;p=packages.git [packages] openldap: fix db47 dependency (closes: #6251) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 49c2dc946..dcf3f654f 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -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