summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'alpine')
-rw-r--r--alpine/APKBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in
index 51986de2dd..34d678c9a8 100644
--- a/alpine/APKBUILD.in
+++ b/alpine/APKBUILD.in
@@ -47,7 +47,7 @@ build() {
--enable-vty-group=frrvty \
--enable-user=$_user \
--enable-group=$_user
- make
+ make -j $(nproc)
}
check() {