From 13e7e886105423e0a4159be080e26236b2657c3c Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 19 Feb 2022 09:11:11 +0100 Subject: [PATCH] alfred: Allow parallel builds The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann --- alfred/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alfred/Makefile b/alfred/Makefile index aeb2c00..f0af528 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -14,6 +14,8 @@ PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only MIT PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/alfred -- 2.30.2