From 5dd3b801ff5a5eaed1ffd8df03edbcb2afe1bcc7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Apr 2018 10:43:41 -0500 Subject: [PATCH] don't use -k on second non-smp make call --- avahi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi.spec b/avahi.spec index ab9912c..8a71b0d 100644 --- a/avahi.spec +++ b/avahi.spec @@ -402,7 +402,7 @@ NOCONFIGURE=1 ./autogen.sh ; # workaround parallel build issues (aarch64 only so far, bug #1564553) -%make_build -k V=1 || make -k V=1 +%make_build -k V=1 || make V=1 %install