[med-svn] [Git][med-team/gffread][master] Fix build
Andreas Tille
gitlab at salsa.debian.org
Thu Jun 13 19:07:10 BST 2019
Andreas Tille pushed to branch master at Debian Med / gffread
Commits:
db4e055d by Andreas Tille at 2019-06-13T18:06:51Z
Fix build
- - - - -
1 changed file:
- debian/patches/gclib.patch
Changes:
=====================================
debian/patches/gclib.patch
=====================================
@@ -1,3 +1,7 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 18 Apr 2019 12:40:25 +0200
+Description: Fix build against libgclib
+
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ gffread.o : gff_utils.h $(GCLDIR)/GBase.
@@ -6,8 +10,8 @@
${GCLDIR}/GFaSeqGet.o : ${GCLDIR}/GFaSeqGet.h
-gffread: $(OBJS) gffread.o
- ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LIBS}
-+gffread: gffread.o
-+ ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} -lgclib ${LIBS}
++gffread: gffread.o gff_utils.o
++ ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} -lgclib ${LIBS} -pthread
# @echo
# ${DBG_WARN}
View it on GitLab: https://salsa.debian.org/med-team/gffread/commit/db4e055dfe0847b287ed3f2275d894cd4c4afe6e
--
View it on GitLab: https://salsa.debian.org/med-team/gffread/commit/db4e055dfe0847b287ed3f2275d894cd4c4afe6e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190613/03f1ff0a/attachment.html>
More information about the debian-med-commit
mailing list