From 0f3f961a3146f422dfa205a6e0f50864260301f0 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 29 Nov 2009 14:08:10 +0000 Subject: [PATCH] [packages] openldap: fix db47 dependency (closes: #6251) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/openldap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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