workaround parallel build issues

on aarch64 only so far, see bug
https://bugzilla.redhat.com/show_bug.cgi?id=1564553
This commit is contained in:
Rex Dieter 2018-04-06 10:39:58 -05:00
parent 7d7897f4e8
commit 31e77ce1a2

View File

@ -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