[SCM] sonic-visualiser/master: Use "-ffloat-store" on i386

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Oct 13 21:45:56 UTC 2017


The following commit has been merged in the master branch:
commit 66cbc2e991e9c431aee16fc2881efe4103aad4bd
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Fri Oct 13 21:57:49 2017 +0200

    Use "-ffloat-store" on i386
    
    Closes: #878329
    Thanks: Adrian Bunk <bunk at debian.org>

diff --git a/debian/rules b/debian/rules
index fbdc985..b48c59c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ CXXFLAGS+=$(shell dpkg-buildflags --get CXXFLAGS)
 CXXFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
 
+ifneq (,$(filter $(DEB_HOST_ARCH), i386))
+    CXXFLAGS+=-ffloat-store
+    CFLAGS+=-ffloat-store
+endif
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export QT_SELECT := qt5

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list