From 31e77ce1a27ae2caedf37bb2e6ca8aa2f495ba2b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 06 2018 15:39:58 +0000 Subject: workaround parallel build issues on aarch64 only so far, see bug https://bugzilla.redhat.com/show_bug.cgi?id=1564553 --- diff --git a/avahi.spec b/avahi.spec index f58987a..ab9912c 100644 --- a/avahi.spec +++ b/avahi.spec @@ -401,7 +401,8 @@ NOCONFIGURE=1 ./autogen.sh %endif ; -%make_build V=1 +# workaround parallel build issues (aarch64 only so far, bug #1564553) +%make_build -k V=1 || make -k V=1 %install