Unset MAKEFLAGS.
parent
5e382745ef
commit
7562cf5262
|
@ -95,6 +95,9 @@ cp -a %{SOURCE2} unison-manual.html
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# MAKEFLAGS=-j<N> breaks the build.
|
||||||
|
unset MAKEFLAGS
|
||||||
|
|
||||||
make NATIVE=true UISTYLE=gtk2 THREADS=true
|
make NATIVE=true UISTYLE=gtk2 THREADS=true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue