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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
