[packages] freeradius2: conditionally depend on libopenldap

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27708 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-07-20 14:58:59 +00:00
parent bcea80c2ba
commit cdd33e8f14

View File

@ -200,7 +200,7 @@ endef
define Package/freeradius2-mod-ldap
$(call Package/freeradius2/Default)
DEPENDS:=freeradius2 +libopenldap
DEPENDS:=freeradius2 +CONFIG_PACKAGE_freeradius2-mod-ldap:libopenldap
TITLE:=LDAP module
endef