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:
8b0f153
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 12:30:46 +0000
(12:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 12:30:46 +0000
(12:30 +0000)
SVN-Revision: 10191
lang/php5/Makefile
patch
|
blob
|
history
diff --git
a/lang/php5/Makefile
b/lang/php5/Makefile
index 839940e366501daf838eb47556be66d2c77f22d5..1833ac269f1049a67b1eb147c56c0ee744fac23d 100644
(file)
--- a/
lang/php5/Makefile
+++ b/
lang/php5/Makefile
@@
-101,7
+101,7
@@
endef
define Package/php5-mod-ldap
$(call Package/php5/Default)
- DEPENDS:=php5 +libopenldap
+ DEPENDS:=php5 +libopenldap
+libsasl2
TITLE:=LDAP module
endef