From 5a1a380a0e9aa8b1fca33bb3ff086a81eb422c42 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 11 Apr 2012 13:13:12 +0100 Subject: [PATCH] disable parallel builds --- libplist.spec | 4 ++-- 1 file 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 - 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 - 1.8-1 - 1.8 release