From: Felix Fietkau Date: Sat, 15 Sep 2012 14:18:07 +0000 (+0000) Subject: tools/e2fsprogs: enable parallel builds X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1c08b8577b101494b0ab3cad59fa7583b0b8033e tools/e2fsprogs: enable parallel builds SVN-Revision: 33440 --- 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)