summaryrefslogtreecommitdiff
path: root/openwrt/package/openldap/Makefile
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
commit98cd65d2216ff06d5576f88cf3957a6610251570 (patch)
treefb2b5faadf46221441113c4a2e22edd02ee8e279 /openwrt/package/openldap/Makefile
parent56640c7763ada2b5ed30e04f8f3d3752a601d402 (diff)
downloadmtk-20170518-98cd65d2216ff06d5576f88cf3957a6610251570.zip
mtk-20170518-98cd65d2216ff06d5576f88cf3957a6610251570.tar.gz
mtk-20170518-98cd65d2216ff06d5576f88cf3957a6610251570.tar.bz2
Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system
SVN-Revision: 989
Diffstat (limited to 'openwrt/package/openldap/Makefile')
-rw-r--r--openwrt/package/openldap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile
index f89c1e8..10c7bec 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