disable parallel builds

This commit is contained in:
Peter Robinson 2012-04-11 13:13:12 +01:00
parent 04d4a7c8cf
commit 5a1a380a0e

View File

@ -43,7 +43,7 @@ Requires: python
export CMAKE_PREFIX_PATH=/usr
%{cmake} -DCMAKE_SKIP_RPATH:BOOL=ON .
make %{?_smp_mflags}
make V=1
%install
export CMAKE_PREFIX_PATH=/usr
@ -75,7 +75,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%changelog
* Fri Mar 23 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-2
- Fix RPATH issue with cmake
- Fix RPATH issue with cmake, disable parallel build as it causes other problems
* Thu Jan 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-1
- 1.8 release