[Debian-med-packaging] Bug#921315: samtools: baseline violation on i386
Adrian Bunk
bunk at debian.org
Mon Feb 4 06:43:08 GMT 2019
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
%:
More information about the Debian-med-packaging
mailing list