[med-svn] [bowtie] 01/01: build as C++03

Fabian Klötzl kloetzl-guest at moszumanska.debian.org
Tue Sep 5 12:33:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

kloetzl-guest pushed a commit to branch master
in repository bowtie.

commit 4cdd662b9fd56279de672779d7f74be18eb38479
Author: Fabian Klötzl <fabian at kloetzl.info>
Date:   Tue Sep 5 14:33:11 2017 +0200

    build as C++03
---
 debian/patches/build-as-Cpp03.patch | 22 ++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/build-as-Cpp03.patch b/debian/patches/build-as-Cpp03.patch
new file mode 100644
index 0000000..69813a4
--- /dev/null
+++ b/debian/patches/build-as-Cpp03.patch
@@ -0,0 +1,22 @@
+From: Fabian Klötzl <fabian at kloetzl.info>
+Date: Tue, 5 Sep 2017 12:07:45 +0000
+Subject: build as C++03
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index cf8a1ab..f113317 100644
+--- a/Makefile
++++ b/Makefile
+@@ -17,7 +17,7 @@ BOWTIE_MM = 1
+ BOWTIE_SHARED_MEM = 1
+ EXTRA_FLAGS =
+ EXTRA_CFLAGS =
+-EXTRA_CXXFLAGS =
++EXTRA_CXXFLAGS = -std=c++03
+ CFLAGS += $(EXTRA_CFLAGS)
+ CXXFLAGS += $(EXTRA_CXXFLAGS)
+ 
+
diff --git a/debian/patches/series b/debian/patches/series
index cf85f04..3017056 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ enable_arm64.patch
 spelling.patch
 reproducible.patch
 gcc-64bit.patch
+build-as-Cpp03.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie.git



More information about the debian-med-commit mailing list