diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 00:37:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 00:37:05 +0000 |
commit | 024cc11cf0751356393b9dcf5499276142327037 (patch) | |
tree | 02f40ef47720e5af68a31d1d3ab997d72e7dbddd | |
parent | a60c63acc5cc8d8ffc3b0f19269c58d96b8fedab (diff) | |
download | upstream-024cc11cf0751356393b9dcf5499276142327037.tar.gz upstream-024cc11cf0751356393b9dcf5499276142327037.tar.bz2 upstream-024cc11cf0751356393b9dcf5499276142327037.zip |
Make openldap-utils depend on libopenldap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@993 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 e536e777d0..1d3c0ffccb 100644 --- a/package/openldap/Config.in +++ b/package/openldap/Config.in @@ -17,5 +17,5 @@ config BR2_PACKAGE_LIBOPENLDAP config BR2_PACKAGE_OPENLDAP_UTILS tristate "openldap-utils - client utilities" default m if CONFIG_DEVEL - depends BR2_PACKAGE_OPENLDAP + depends BR2_PACKAGE_LIBOPENLDAP |