aboutsummaryrefslogtreecommitdiffstats
path: root/package/openldap
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-20 14:23:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-20 14:23:17 +0000
commitf08e28b4e35b715bb868f0c0d9d9545383b8ab96 (patch)
tree95e167dedd87fbf9fdb476e7eaa381bf637138cd /package/openldap
parent4588973cb0dd4013e990d407ed960702d63dac9c (diff)
downloadmaster-187ad058-f08e28b4e35b715bb868f0c0d9d9545383b8ab96.tar.gz
master-187ad058-f08e28b4e35b715bb868f0c0d9d9545383b8ab96.tar.bz2
master-187ad058-f08e28b4e35b715bb868f0c0d9d9545383b8ab96.zip
Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openldap')
-rw-r--r--package/openldap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile
index f89c1e8c41..10c7bec74c 100644
--- a/package/openldap/Makefile
+++ b/package/openldap/Makefile
@@ -61,6 +61,9 @@ $(PKG_BUILD_DIR)/.built:
$(DISABLE_LARGEFILE) \
$(DISABLE_NLS) \
$(PKG_CONFIGURE_OPTIONS) \
+ --without-cyrus-sasl \
+ --without-threads \
+ --without-tls \
)
$(MAKE) -C $(PKG_BUILD_DIR) depend
$(MAKE) -C $(PKG_BUILD_DIR)/libraries/liblutil