[med-svn] [htslib] 01/02: Fix build on i386
Andreas Tille
tille at debian.org
Mon Nov 20 21:45:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/unstable
in repository htslib.
commit 020aa907e709125f31734c70687ba70c8cb3e98a
Author: Andreas Tille <tille at debian.org>
Date: Mon Nov 20 22:42:01 2017 +0100
Fix build on i386
---
debian/changelog | 7 +++++++
debian/rules | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 54e1651..9076a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+htslib (1.5-4) UNRELEASED; urgency=medium
+
+ * Fix build on i386 (Thanks to Graham Inggs <ginggs at debian.org>)
+ Closes: #881149
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Nov 2017 22:40:15 +0100
+
htslib (1.5-3) unstable; urgency=medium
* Team upload
diff --git a/debian/rules b/debian/rules
index 16fc4cf..0e9ff98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ export DH_VERBOSE=1
include /usr/share/dpkg/default.mk
-export DEB_CFLAGS_MAINT_APPEND = -fno-strict-aliasing
+ifneq (,$(filter $(DEB_HOST_ARCH),i386))
+ export DEB_CFLAGS_MAINT_APPEND=-fno-strict-aliasing -fno-code-hoisting
+endif
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
More information about the debian-med-commit
mailing list