From 31e77ce1a27ae2caedf37bb2e6ca8aa2f495ba2b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Apr 2018 10:39:58 -0500 Subject: [PATCH] workaround parallel build issues on aarch64 only so far, see bug https://bugzilla.redhat.com/show_bug.cgi?id=1564553 --- avahi.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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