From: Felix Fietkau Date: Mon, 14 Jan 2008 12:30:46 +0000 (+0000) Subject: add missing dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=38f167f835640699eb418076c7f76138cbe957e6;p=openwrt%2Fsvn-archive%2Fpackages.git add missing dependency SVN-Revision: 10191 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 839940e36..1833ac269 100644 --- 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