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:
parent
7d7897f4e8
commit
31e77ce1a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user