Fix openldap build when cyrus-sasl and openssl devel libraries are not installed...
[openwrt/svn-archive/archive.git] / openwrt / package / openldap / Makefile
index f89c1e8c412a9b7e13702ced931d1b8786a33589..10c7bec74cbbd92af21f505307c0995b55deefb1 100644 (file)
@@ -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