[med-svn] [seqtools] 04/09: Force adding -lcurl which was somehow missing

Andreas Tille tille at debian.org
Wed Oct 25 14:32:39 UTC 2017


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

tille pushed a commit to branch master
in repository seqtools.

commit 49aba326ae9b100dd07503bda679dfabbcd19914
Author: Andreas Tille <tille at debian.org>
Date:   Wed Oct 25 14:33:26 2017 +0200

    Force adding -lcurl which was somehow missing
---
 debian/patches/dynamic-lib.patch | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/patches/dynamic-lib.patch b/debian/patches/dynamic-lib.patch
index 206c35c..ae66cd2 100644
--- a/debian/patches/dynamic-lib.patch
+++ b/debian/patches/dynamic-lib.patch
@@ -17,7 +17,7 @@ Description: Create dynamic library
  
 --- a/belvuApp/Makefile.am
 +++ b/belvuApp/Makefile.am
-@@ -19,7 +19,7 @@ belvu_LDADD = $(top_builddir)/seqtoolsUt
+@@ -19,13 +19,13 @@ belvu_LDADD = $(top_builddir)/seqtoolsUt
  
  # If gbtools is in a subdirectory, add it; otherwise look for a local installation
  if USE_GBTOOLS
@@ -26,3 +26,10 @@ Description: Create dynamic library
  else
  belvu_LDADD += -lgbtools
  endif
+ 
+ # the gtk deps etc. must go at the end so that gbtools can pick them up
+-belvu_LDADD += $(DEPS_LIBS) $(X_LIB)
++belvu_LDADD += $(DEPS_LIBS) $(X_LIB) -lcurl
+ 
+ # Extra files to remove for the maintainer-clean target.
+ #

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



More information about the debian-med-commit mailing list