contrib/jenkins: netfilter: use PARALLEL_MAKE

Change-Id: Ia707f7411548c6d82bbb06b835a1930b30c447ec
This commit is contained in:
Oliver Smith 2023-03-16 11:48:05 +01:00
parent 1670321cdc
commit 8e5fa9ef7b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ build_from_netfilter() {
--without-cli \
--disable-man-doc \
--enable-python=no
$MAKE install
$MAKE $PARALLEL_MAKE install
STOW_DIR="$inst/stow" stow --restow $project
}
build_from_netfilter libnftnl