aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2019-10-14 13:41:38 -0400
committerW. Michael Petullo <mike@flyn.org>2019-10-14 13:41:38 -0400
commite29a9ffe2ec810a42b22ee32b7139dedefea3e25 (patch)
tree4ba71e352d5c27468325d60451d718f80eaaa94c /net
parent13f7aa5a5f5709391aaf9bee66b80b57206e1176 (diff)
dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net')
-rw-r--r--net/dmapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile
index 925a115ac..2ac58efc2 100644
--- a/net/dmapd/Makefile
+++ b/net/dmapd/Makefile
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
-PKG_LICENSE:=GPLv2
+PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -22,6 +22,7 @@ PKG_HASH:=ab372ff217d2a74a33d62098fe501da663e5dded0df67e2c2c83d968fa9ac7b9
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk