diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 14:23:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 14:23:17 +0000 |
commit | 0730db039617bac75fc71a369ef662f22acd58e1 (patch) | |
tree | fb2b5faadf46221441113c4a2e22edd02ee8e279 /openwrt/package/openldap | |
parent | 8a4bc2d124378688101735af8717104409685ac7 (diff) |
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@989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openldap')
-rw-r--r-- | openwrt/package/openldap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |