[ghdl] fix FTBFS

sailer sailer at fedoraproject.org
Mon Aug 5 15:46:28 UTC 2013


commit 7b797305de3a14cdfd35ed50ffb1311462575461
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Aug 5 17:46:08 2013 +0200

    fix FTBFS

 ghdl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghdl.spec b/ghdl.spec
index 039bf52..91faccd 100644
--- a/ghdl.spec
+++ b/ghdl.spec
@@ -264,7 +264,8 @@ OPT_FLAGS=$(echo $OPT_FLAGS | %{__sed} \
         -e 's/-mtune=generic/-mtune=nocona/g' \
 %endif
         -e 's/-fstack-protector//g ' \
-        -e 's/--param=ssp-buffer-size=[0-9]*//g')
+        -e 's/--param=ssp-buffer-size=[0-9]*//g ' \
+        -e 's/-strong//g')
 
 # gcc -m32 fails, so we disable multilibbing.
 # so far multilib isn't very valuable, as the VHDL libraries aren't multilibbed
@@ -447,6 +448,9 @@ P64=%{buildroot}/%{_libdir}/gcc/%{gcc_target_platform}/%{gccinstver}/vhdl/lib/
 
 
 %changelog
+* Wed May  1 2013 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.29-4.150svn.2
+- fix FTBFS
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.29-4.150svn.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list