peerguardian: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23355 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f3a77ad715
commit
d65f41db66
@ -16,6 +16,7 @@ PKG_SOURCE_URL:=@SF/peerguardian
|
||||
PKG_MD5SUM:=0fb2bc5501b031604fc56eec3bd35fa4
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/pglinux-$(PKG_VERSION)
|
||||
PKG_BUILD_PARALLE:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=iptables
|
||||
|
||||
@ -45,7 +46,7 @@ CONFIGURE_VARS+= \
|
||||
LIBS="-lm"
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||
CXXLD="$(TARGET_CXX)"
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user