[med-svn] [libmems] 07/09: add library link patch

Gert Wollny gert-guest at moszumanska.debian.org
Mon Aug 17 10:05:47 UTC 2015


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

gert-guest pushed a commit to branch master
in repository libmems.

commit 24f4fe09cb5ad8d334a8cc80120863acc5cb72f0
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Mon Aug 17 11:38:11 2015 +0200

    add library link patch
---
 .../patches/04_add_dependend_libs_to_link_command.patch | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/04_add_dependend_libs_to_link_command.patch b/debian/patches/04_add_dependend_libs_to_link_command.patch
new file mode 100644
index 0000000..43830d3
--- /dev/null
+++ b/debian/patches/04_add_dependend_libs_to_link_command.patch
@@ -0,0 +1,17 @@
+Description: Add some dependencies to the linker command  
+Author: Andreas Tille <tille at debian.org>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Forwarded: no
+Last-Update: 2015-08-17
+
+--- libmems-1.6.0+4725.orig/libMems/Makefile.am
++++ libmems-1.6.0+4725/libMems/Makefile.am
+@@ -61,7 +61,7 @@ libmems_include_HEADERS = $(LIBMEMS_H)
+ # build libraries with gcc (no suffix)
+ lib_LTLIBRARIES = libMems-1.6.la
+ libMems_1_6_la_SOURCES = $(LIBMEMS_SRC) $(HOMOLOGYHMM_SRC) $(DMSML_SRC)
+-
++libMems_la_LIBADD = @DEPS_LIBS@
+ libMems_1_6_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION)  
+ 
+ homologyhmm_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/HomologyHMM
diff --git a/debian/patches/series b/debian/patches/series
index dde51c2..3e69023 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_fix_a_Wformat.patch
 pkg-config-directive.patch
 03_update_boost_m4_to_git_d9ff75.patch
+04_add_dependend_libs_to_link_command.patch

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



More information about the debian-med-commit mailing list