[med-svn] [bppsuite] 01/01: Fixed previous fix on linkage error.
Julien Dutheil
jdutheil-guest at moszumanska.debian.org
Wed Jul 19 18:57:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
jdutheil-guest pushed a commit to branch master
in repository bppsuite.
commit 0442c019c765fd9e1778a49f264f879dd30eb149
Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
Date: Wed Jul 19 20:57:16 2017 +0200
Fixed previous fix on linkage error.
---
debian/changelog | 6 ++++++
debian/patches/linkage.patch | 12 ++++--------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5cad0f4..d87fde7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bppsuite (2.3.1-3) UNRELEASED; urgency=medium
+
+ * Fixed linkage issue in x32 arch (second attempt)
+
+ -- Julien Dutheil <julien.dutheil at univ-montp2.fr> Wed, 19 Jul 2017 20:56:28 +0200
+
bppsuite (2.3.1-2) unstable; urgency=medium
* Fixed linkage issue in x32 arch.
diff --git a/debian/patches/linkage.patch b/debian/patches/linkage.patch
index fd6c045..f5895ad 100644
--- a/debian/patches/linkage.patch
+++ b/debian/patches/linkage.patch
@@ -1,14 +1,10 @@
-Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
-Last-Update: Tue Jul 18 21:47:58 2017 +0200
-Description: Fixed linkage issue on x32 arch.
-
--- a/bppSuite/CMakeLists.txt
+++ b/bppSuite/CMakeLists.txt
-@@ -39,6 +39,7 @@ foreach (target ${bppsuite-targets})
- if (BUILD_STATIC)
- target_link_libraries (${target} ${BPP_LIBS_STATIC})
+@@ -41,6 +41,7 @@ foreach (target ${bppsuite-targets})
set_target_properties (${target} LINK_SEARCH_END_STATIC TRUE)
-+ set_target_properties (${target} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
else (BUILD_STATIC)
target_link_libraries (${target} ${BPP_LIBS_SHARED})
++ set_target_properties (${target} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
endif (BUILD_STATIC)
+ endforeach (target)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bppsuite.git
More information about the debian-med-commit
mailing list