[xonotic] Disable parallel build.

Jon Ciesla limb at fedoraproject.org
Wed Feb 20 17:12:20 UTC 2013


commit 4f0379884c7063b7e638338bd848123ef07baa1e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Feb 20 11:09:16 2013 -0600

    Disable parallel build.

 xonotic.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xonotic.spec b/xonotic.spec
index eadc9e4..c43e50a 100644
--- a/xonotic.spec
+++ b/xonotic.spec
@@ -126,8 +126,8 @@ tar -C darkplaces/ -xzf %{SOURCE2}
 export DP_FS_BASEDIR=%{_datadir}/xonotic
 #export DP_CRYPTO_STATIC_LIBDIR="." 
 #export DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR="."
-make %{?_smp_mflags} release OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: 
-make %{?_smp_mflags} xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
+make release OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: 
+make xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=:
 
 %install
 rm -rf %{buildroot}
@@ -239,7 +239,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Wed Feb 20 2013 Jon Ciesla <limburgher at gmail.com> - 0.6.0-5
 - Removed more macros.
-- Enabled parallel build.
+- Enabled parallel build, then re-disabled, unreliable.
 - Fixed server file ownership.
 
 * Fri Feb 08 2013 Jon Ciesla <limburgher at gmail.com> - 0.6.0-4


More information about the scm-commits mailing list