[dssi-vst] Rebuild with -fno-omit-frame-pointer RHBZ#704674

Orcan Ogetbil oget at fedoraproject.org
Sat Jun 18 15:50:33 UTC 2011


commit 1217c43f87796ddf1a5dc4f4bf9aa2eeb18c8903
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Jun 18 11:50:21 2011 -0400

    Rebuild with -fno-omit-frame-pointer RHBZ#704674

 dssi-vst.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dssi-vst.spec b/dssi-vst.spec
index 2e2ba78..dfeaff7 100644
--- a/dssi-vst.spec
+++ b/dssi-vst.spec
@@ -1,7 +1,7 @@
 Summary:       VST plug-ins host
 Name:          dssi-vst
 Version:       0.9.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       GPLv2
 Group:         Applications/Multimedia
 URL:           http://breakfastquay.com/dssi-vst/
@@ -61,7 +61,7 @@ This package contains the plug-in wrapper that works through wine.
 %build
 # Parallel build fails sometimes:
 %ifarch %{ix86}
-make CXXFLAGS="%{optflags} -Ivestige -fPIC"
+make CXXFLAGS="%{optflags} -fno-omit-frame-pointer -Ivestige -fPIC"
 %else
 # Build non-wine parts only on x86_64:
 make dssi-vst.so vsthost dssi-vst_gui CXXFLAGS="%{optflags} -Ivestige -fPIC"
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Jun 18 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-4
+- Rebuild with -fno-omit-frame-pointer RHBZ#704674
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list