[Debian-med-packaging] Bug#921315: samtools: baseline violation on i386

Michael Crusoe michael.crusoe at gmail.com
Mon Feb 4 08:26:16 GMT 2019


On Mon, 04 Feb 2019 08:43:08 +0200 Adrian Bunk <bunk at debian.org> wrote:
> 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

Very cool, I did not know about this option; thank you!

>  endif
>
>  %:
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20190204/1743e108/attachment.html>


More information about the Debian-med-packaging mailing list