projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c25de
)
libtool: Force nonparallel build.
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Oct 2010 19:39:09 +0000
(19:39 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Oct 2010 19:39:09 +0000
(19:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index
e5d1172
..
5b30d50
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
This page took
0.026703 seconds
and
4
git commands to generate.