[jack-audio-connection-kit] Build with -O0 until RHBZ#827748 is resolved

Orcan Ogetbil oget at fedoraproject.org
Fri Jun 22 02:23:13 UTC 2012


commit f836ebff33261400f5510f07149b7ef10b452868
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Jun 21 22:23:13 2012 -0400

    Build with -O0 until RHBZ#827748 is resolved

 jack-audio-connection-kit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec
index 1cb1cdb..8f934ec 100644
--- a/jack-audio-connection-kit.spec
+++ b/jack-audio-connection-kit.spec
@@ -4,7 +4,7 @@
 Summary:       The Jack Audio Connection Kit
 Name:          jack-audio-connection-kit
 Version:       1.9.8
-Release:       8%{?dist}
+Release:       9%{?dist}
 # The entire source (~500 files) is a mixture of these three licenses
 License:       GPLv2 and GPLv2+ and LGPLv2+
 Group:         System Environment/Daemons
@@ -114,7 +114,7 @@ popd
 
 %build
 pushd jack-%{version}
-export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64"
+export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64 -O0"
 export PREFIX=%{_prefix}
 # Parallel build disabled as it fails sometimes
 ./waf configure \
@@ -262,6 +262,9 @@ exit 0
 
 
 %changelog
+* Thu Jun 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-9
+- Build with -O0 until RHBZ#827748 is resolved
+
 * Sun Apr 08 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-8
 - Oops. Last build was against the wrong ffado on F-17. Rebuilding against override.
 


More information about the scm-commits mailing list