index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
e2fsprogs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2012-09-15 14:18:07 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2012-09-15 14:18:07 +0000
commit
54bd532d15ce5996b29cf616bb89f70663a31637
(
patch
)
tree
b07a6e6d1412f330a93d045df53b31aa18a76be3
/
tools/e2fsprogs
parent
0250047a7928f31da7c6cb8d4dcce5c6fad3ef81
(
diff
)
tools/e2fsprogs: enable parallel builds
SVN-Revision: 33440
Diffstat
(limited to 'tools/e2fsprogs')
-rw-r--r--
tools/e2fsprogs/Makefile
2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 665ca0dcd4..9f5bcc4b80 100644
--- a/
tools/e2fsprogs/Makefile
+++ b/
tools/e2fsprogs/Makefile
@@ -15,6 +15,8 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += $(FPIC)