From 1ddd8ebfa8aa208fa06ed6a8662b80724cb76ed8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Sep 2012 16:14:12 +0000 Subject: [PATCH] tcpdump: enable parallel build SVN-Revision: 33483 --- net/tcpdump/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index eeed1a8fd5..fa3e51a173 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -19,6 +19,7 @@ PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \ PKG_MD5SUM:=c202878c6db054767b52651041b9e60e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.30.2