Fix openldap build when cyrus-sasl and openssl devel libraries are not installed...
authorNicolas Thill <nico@openwrt.org>
Fri, 20 May 2005 14:23:17 +0000 (14:23 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 20 May 2005 14:23:17 +0000 (14:23 +0000)
SVN-Revision: 989

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