[ardour] disable parallel build

Orcan Ogetbil oget at fedoraproject.org
Wed Sep 29 21:54:24 UTC 2010


commit 29c7746115973d1f500f6ffb1588d9af05fcff98
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Wed Sep 29 17:54:02 2010 -0400

    disable parallel build

 ardour.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ardour.spec b/ardour.spec
index e404a66..de27015 100644
--- a/ardour.spec
+++ b/ardour.spec
@@ -1,7 +1,7 @@
 Summary:       Multichannel Digital Audio Workstation
 Name:          ardour
 Version:       2.8.11
-Release:       4%{?dist}
+Release:       5%{?dist}
 # No more direct links. Download from
 # http://ardour.org/download
 Source:        ardour-%{version}.tar.bz2
@@ -93,7 +93,8 @@ ARCH_FLAGS="-DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -DUSE_X86_64_ASM -msse -mfpmath
 TARGETCPU="x86_64"
 %endif
 
-scons %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=%{_lib} SYSLIBS=1 \
+# Parallel build fails
+scons PREFIX=%{_prefix} LIBDIR=%{_lib} SYSLIBS=1 \
       FREESOUND=1 \
       DIST_TARGET="${TARGETCPU}" \
       ARCH="$RPM_OPT_FLAGS $ARCH_FLAGS" \
@@ -181,6 +182,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/ru/man1/ardour.1*
 
 %changelog
+* Wed Sep 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 2.8.11-5
+- Parallel build fails. Disable
+
 * Wed Sep 29 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 2.8.11-4
 - Fix CVE-2010-3349 RHBZ#638365
 


More information about the scm-commits mailing list