Source: samtools
Version: 1.9-2
Severity: serious
Tags: patch

SSE is not part of the i386 baseline, fix:

--- debian/rules.old    2019-02-03 20:43:51.747130097 +0000
+++ debian/rules        2019-02-03 20:44:04.383129977 +0000
@@ -5,7 +5,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386))
-  export DEB_CFLAGS_MAINT_APPEND=-msse -mfpmath=sse
+  export DEB_CFLAGS_MAINT_APPEND=-ffloat-store
 endif
 
 %:

Reply via email to