[libplist] disable parallel builds

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 11 12:13:20 UTC 2012


commit 5a1a380a0e9aa8b1fca33bb3ff086a81eb422c42
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Apr 11 13:13:12 2012 +0100

    disable parallel builds

 libplist.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libplist.spec b/libplist.spec
index 6aee34c..8524552 100644
--- a/libplist.spec
+++ b/libplist.spec
@@ -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 at 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 at fedoraproject.org> - 1.8-1
 - 1.8 release


More information about the scm-commits mailing list