projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
openldap
/
Makefile
diff --git
a/openwrt/package/openldap/Makefile
b/openwrt/package/openldap/Makefile
index
f89c1e8
..
10c7bec
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) \
$(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
)
$(MAKE) -C $(PKG_BUILD_DIR) depend
$(MAKE) -C $(PKG_BUILD_DIR)/libraries/liblutil
This page took
0.027388 seconds
and
4
git commands to generate.