[med-svn] [dnaclust] 01/02: Prevent static linking

Andreas Tille tille at debian.org
Sat Feb 1 17:11:06 UTC 2014


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

tille pushed a commit to branch master
in repository dnaclust.

commit d712dcfa71fc1aa9ab20b1337adacaa46cdfb209
Author: Andreas Tille <tille at debian.org>
Date:   Sat Feb 1 18:03:02 2014 +0100

    Prevent static linking
---
 debian/patches/do_not_staically_linking.patch | 13 +++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/do_not_staically_linking.patch b/debian/patches/do_not_staically_linking.patch
new file mode 100644
index 0000000..f0b805c
--- /dev/null
+++ b/debian/patches/do_not_staically_linking.patch
@@ -0,0 +1,13 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 01 Feb 2014 17:10:29 +0100
+Description: Prevent static linking
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ #PROFILE_FLAGS = -pg -fprofile-arcs -ftest-coverage -g -O1
+-CXXFLAGS = -Wall -pedantic -std=c++98 -O2 -static
++CXXFLAGS += -Wall -pedantic -std=c++98 -O2
+ CXX = g++ 
+ #-DCHRIS_DEBUG
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cbbfb96..c0510e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_shel_path.patch
+do_not_staically_linking.patch

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/dnaclust.git



More information about the debian-med-commit mailing list