[kicad] - Building with -j1 instead of _smp_mflags (probably causing build failures)

Jaromír Cápík jcapik at fedoraproject.org
Fri Mar 14 18:48:41 UTC 2014


commit 820c9c17b11e4ce062efd8b1df2c5b8e2adecee7
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri Mar 14 19:48:27 2014 +0100

    - Building with -j1 instead of _smp_mflags (probably causing build failures)

 kicad.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kicad.spec b/kicad.spec
index 505e9e3..a7a6994 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -210,7 +210,7 @@ cd ..
 #
 pushd %{name}-libraries-%{version}/
 %cmake -DKICAD_STABLE_VERSION=OFF
-%{__make} %{?_smp_mflags} VERBOSE=1
+%{__make} -j1 VERBOSE=1
 popd
 
 
@@ -218,7 +218,7 @@ popd
 # Core components
 #
 %cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON
-%{__make} %{?_smp_mflags} VERBOSE=1
+%{__make} -j1 VERBOSE=1
 
 
 %install
@@ -352,6 +352,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Thu Mar 13 2014 Jaromir Capik <jcapik at redhat.com> - 2014.03.13-1.rev4744
 - Update to the latest available revisions
+- Building with -j1 instead of _smp_mflags (probably causing build failures)
 - Creating scripts for source downloading & postprocessing
 - Fixing bogus dates in the changelog
 


More information about the scm-commits mailing list