projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0494c62
)
openldap: fix db47 dependency (closes: #6251)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 29 Nov 2009 14:08:10 +0000
(14:08 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 29 Nov 2009 14:08:10 +0000
(14:08 +0000)
SVN-Revision: 18601
libs/openldap/Makefile
patch
|
blob
|
history
diff --git
a/libs/openldap/Makefile
b/libs/openldap/Makefile
index 49c2dc9468c66170ea936e70c283d8199efbc21c..dcf3f654f68bfcad0bfd45173605edb291bc5523 100644
(file)
--- 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 +
lib
db47
TITLE+= (server)
endef