From 98cd65d2216ff06d5576f88cf3957a6610251570 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 20 May 2005 14:23:17 +0000 Subject: Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system SVN-Revision: 989 --- openwrt/package/openldap/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index f89c1e8c41..10c7bec74c 100644 --- a/openwrt/package/openldap/Makefile +++ b/openwrt/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 -- cgit v1.2.3