projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ccee9
)
add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Jan 2008 12:30:46 +0000
(12:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Jan 2008 12:30:46 +0000
(12:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10191
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/php5/Makefile
patch
|
blob
|
history
diff --git
a/lang/php5/Makefile
b/lang/php5/Makefile
index
839940e
..
1833ac2
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