diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-17 09:37:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-17 09:37:15 +0000 |
commit | b2f98a5590d06ce0ee000ee51e62857054da55c4 (patch) | |
tree | 8cb72c739fea2f1269b1a7740818d698bf1afb3e /package | |
parent | a0976e32e68a8208bff2fd5105e6f420ff24aa67 (diff) |
valgrind: enable parallel builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/devel/valgrind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index 6610f0ac45..d17a78147c 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_FIXUP = autoreconf PKG_INSTALL := 1 +PKG_BUILD_PARALLEL := 1 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk |