projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56640c7
)
Fix openldap build when cyrus-sasl and openssl devel libraries are not installed...
author
Nicolas Thill
<nico@openwrt.org>
Fri, 20 May 2005 14:23:17 +0000
(14:23 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 20 May 2005 14:23:17 +0000
(14:23 +0000)
SVN-Revision: 989
openwrt/package/openldap/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/openldap/Makefile
b/openwrt/package/openldap/Makefile
index f89c1e8c412a9b7e13702ced931d1b8786a33589..10c7bec74cbbd92af21f505307c0995b55deefb1 100644
(file)
--- 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