summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 11:36:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 11:36:58 +0000
commitd7a61412977ea3e350dc74d321ef19248045220b (patch)
treef1012c0f2ddf0f9bd0db14b39075eb1c23a07acc /package
parentfe30b8effa108eb71976103b28356d3717c940c9 (diff)
downloadmaster-31e0f0ae-d7a61412977ea3e350dc74d321ef19248045220b.tar.gz
master-31e0f0ae-d7a61412977ea3e350dc74d321ef19248045220b.tar.bz2
master-31e0f0ae-d7a61412977ea3e350dc74d321ef19248045220b.zip
dnsmasq: enable parallel builds
SVN-Revision: 33416
Diffstat (limited to 'package')
-rw-r--r--package/dnsmasq/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 7e06ec1720..4ad0f37742 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -18,6 +18,7 @@ PKG_MD5SUM:=f47e5cb8f5bac6343f24b2dbe317ab40
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk