diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 05:32:33 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 05:32:33 +0000 |
commit | d993ee4fb3a28d418b5aee15f450fae9b87002a6 (patch) | |
tree | 9cef55d468828bfd39114138c554fc65b4f9a408 | |
parent | d7c48587277798b19990c8c39683e5f05ba19dad (diff) |
fix another dependency bug introduced by [2333]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2345 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openldap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openldap/Config.in b/package/openldap/Config.in index ba65a5ad5d..1afab0c833 100644 --- a/package/openldap/Config.in +++ b/package/openldap/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBOPENLDAP prompt "libopenldap....................... Open source LDAP (Lightweight Directory Access Protocol) client libraries" tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_OPENLDAP + select BR2_COMPILE_OPENLDAP help OpenLDAP Software is an open source implementation of the |