[med-svn] [axe-demultiplexer] 05/06: Fix linking to libqes shared lib

Kevin Murray daube-guest at moszumanska.debian.org
Wed Nov 11 12:36:04 UTC 2015


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

daube-guest pushed a commit to branch master
in repository axe-demultiplexer.

commit 744a39fab5f62f3dd881b4e33f22a56a140afaef
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Nov 11 14:23:04 2015 +1100

    Fix linking to libqes shared lib
---
 .../patches/0004-Dynamically-link-to-libqes.patch   | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0004-Dynamically-link-to-libqes.patch b/debian/patches/0004-Dynamically-link-to-libqes.patch
new file mode 100644
index 0000000..d83c761
--- /dev/null
+++ b/debian/patches/0004-Dynamically-link-to-libqes.patch
@@ -0,0 +1,21 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Wed, 11 Nov 2015 14:19:38 +1100
+Subject: Dynamically link to libqes
+
+---
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index bc989b5..4dba402 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -24,7 +24,7 @@ IF (NOT GSL_FOUND)
+ ENDIF()
+ 
+ ADD_LIBRARY(axelib STATIC ${AXELIB_SRCS})
+-TARGET_LINK_LIBRARIES(axelib qes_static ${AXE_DEP_LIBS})
++TARGET_LINK_LIBRARIES(axelib qes ${AXE_DEP_LIBS})
+ SET_TARGET_PROPERTIES(axelib PROPERTIES OUTPUT_NAME axe)
+ 
+ # Executable
diff --git a/debian/patches/series b/debian/patches/series
index b3264ca..9e44108 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 cmake-version
 0002-Remove-libqes-from-CML.txt.patch
 0003-Use-standard-include-path-of-gsl-headers.patch
+0004-Dynamically-link-to-libqes.patch

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



More information about the debian-med-commit mailing list