[med-svn] [hisat2] 04/05: remove arch-restrictive compiler flags
Sascha Steinbiss
satta at debian.org
Thu Aug 25 20:30:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hisat2.
commit b3bb5ba4a1f409f6a788fd53b76e6a2ddc26b321
Author: Sascha Steinbiss <satta at debian.org>
Date: Thu Aug 25 16:55:29 2016 +0000
remove arch-restrictive compiler flags
---
debian/changelog | 2 ++
debian/patches/compilerflags | 27 +++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b0f761c..843ff68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ hisat2 (2.0.4-2) unstable; urgency=medium
Closes: #834864
* Make build reproducible.
- Set C(XX,PP)FLAGS to make sure -fdebug-prefix-map is set.
+ * Remove arch-restrictive compiler flags.
+ Closes: #834862
-- Sascha Steinbiss <satta at debian.org> Thu, 25 Aug 2016 15:46:42 +0000
diff --git a/debian/patches/compilerflags b/debian/patches/compilerflags
new file mode 100644
index 0000000..30a6743
--- /dev/null
+++ b/debian/patches/compilerflags
@@ -0,0 +1,27 @@
+Description: remove restrictive compiler flags
+Author: Sascha Steinbiss <satta at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834862
+--- a/Makefile
++++ b/Makefile
+@@ -146,14 +146,14 @@
+ endif
+ BITS_FLAG =
+
+-ifeq (32,$(BITS))
+- BITS_FLAG = -m32
+-endif
++#ifeq (32,$(BITS))
++# BITS_FLAG = -m32
++#endif
+
+-ifeq (64,$(BITS))
+- BITS_FLAG = -m64
+-endif
+-SSE_FLAG=-msse2
++#ifeq (64,$(BITS))
++# BITS_FLAG = -m64
++#endif
++#SSE_FLAG=-msse2
+
+ DEBUG_FLAGS = -O0 -g3 $(BIToS_FLAG) $(SSE_FLAG)
+ DEBUG_DEFS = -DCOMPILER_OPTIONS="\"$(DEBUG_FLAGS) $(EXTRA_FLAGS)\""
diff --git a/debian/patches/series b/debian/patches/series
index 1582912..6004b9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
hardening
reproducibile
fix-freebsd
+compilerflags
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hisat2.git
More information about the debian-med-commit
mailing list