projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d81bc
)
libtool: Force nonparallel build.
author
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 19:39:09 +0000
(19:39 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 19:39:09 +0000
(19:39 +0000)
SVN-Revision: 23681
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index e5d11728e7d3c300a9cb61851a6d058872cee827..5b30d5007c2a95fdd202699a94ea3f46be7ba219 100644
(file)
--- a/
package/libtool/Makefile
+++ b/
package/libtool/Makefile
@@
-19,6
+19,9
@@
HOST_PATCH_DIR=/dev/null
PKG_BUILD_DEPENDS:=libtool/host
+PKG_BUILD_PARALLEL:=0
+HOST_BUILD_PARALLEL:=0
+
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk