projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4588973
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@989
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/openldap/Makefile
patch
|
blob
|
history
diff --git
a/package/openldap/Makefile
b/package/openldap/Makefile
index
f89c1e8
..
10c7bec
100644
(file)
--- a/
package/openldap/Makefile
+++ b/
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