Disable SMP make.

This commit is contained in:
Susi Lehtola 2015-11-12 02:17:57 +01:00
parent a6ff2e0020
commit 0994c5b3e5
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ mkdir objdir-%{_target_platform}
cd objdir-%{_target_platform}
# Upstream doesn't support shared libraries (unversioned solib)
%cmake .. -DCMAKE_BUILD_TYPE=Release -DHAVE_RULES=1 -DBUILD_GUI=1 -DBUILD_SHARED_LIBS:BOOL=OFF
make %{?_smp_mflags}
# SMP make doesn't seem to work
make
%install
rm -rf %{buildroot}