From edc69b8031617ba3e5f77986a204953801024881 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Nov 2005 05:32:33 +0000 Subject: [PATCH] fix another dependency bug introduced by [2333] SVN-Revision: 2345 --- openwrt/package/openldap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/openldap/Config.in b/openwrt/package/openldap/Config.in index ba65a5ad5d..1afab0c833 100644 --- a/openwrt/package/openldap/Config.in +++ b/openwrt/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 -- 2.30.2