disable parallel build
This commit is contained in:
parent
ea491497c0
commit
c1bdb5e1ba
@ -78,7 +78,8 @@ echo '#define REVISION "release-%{version}-%{release}"' > revision.h
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CCFLAGS="%{optflags}"
|
export CCFLAGS="%{optflags}"
|
||||||
scons %{_smp_mflags} \
|
# breaks with %{_smp_mflags}
|
||||||
|
scons \
|
||||||
dbus=yes \
|
dbus=yes \
|
||||||
systemd=yes \
|
systemd=yes \
|
||||||
libQgpsmm=no \
|
libQgpsmm=no \
|
||||||
|
Loading…
Reference in New Issue
Block a user