atlas-probe: allow parallel build
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Sat, 9 Oct 2021 00:38:25 +0000 (21:38 -0300)
committerRosen Penev <rosenp@gmail.com>
Thu, 14 Oct 2021 05:21:28 +0000 (22:21 -0700)
Set PKG_BUILD_PARALLEL:=1

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
net/atlas-probe/Makefile

index 4833328ee7727e3c6ecd6d86faf6467316f6590c..ad66cfdb5b2d60997e3fa1bbf5e63587af333255 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=atlas-probe
 PKG_VERSION:=2.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=3
 
 PKG_SOURCE:=ripe-atlas-probe-busybox-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/RIPE-NCC/ripe-atlas-probe-busybox/archive/v$(PKG_VERSION)
@@ -22,6 +22,7 @@ PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=LICENSE
 
 PKG_FIXUP:=autoreconf
+PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk