[med-svn] [sra-sdk] 01/01: Do not use static lib
Andreas Tille
tille at debian.org
Wed Jan 11 21:57:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 512cef2d2200f36120c08d46ddf8b3d18245f839
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 11 22:56:56 2017 +0100
Do not use static lib
---
debian/patches/dont_use_static_lib.patch | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/debian/patches/dont_use_static_lib.patch b/debian/patches/dont_use_static_lib.patch
index c14e1da..0d4c404 100644
--- a/debian/patches/dont_use_static_lib.patch
+++ b/debian/patches/dont_use_static_lib.patch
@@ -68,3 +68,34 @@ Description: Don't use static library
#-------------------------------------------------------------------------------
# fastq-dump
+--- a/test/general-loader/Makefile
++++ b/test/general-loader/Makefile
+@@ -62,7 +62,7 @@ TEST_GEN_LOAD_OBJ = \
+ $(addsuffix .$(OBJX),$(TEST_GEN_LOAD_SRC))
+
+ TEST_GEN_LOAD_LIB = \
+- -sncbi-wvdb-static \
++ -sncbi-wvdb \
+ -sload \
+ -skapp \
+ -sktst \
+@@ -125,7 +125,7 @@ setup:
+
+ $(TEST_BINDIR)/makeinputs: makeinputs.cpp
+ @# generate numbered input streams for tool tests
+- $(CXX) makeinputs.cpp testsource.cpp -o $(TEST_BINDIR)/makeinputs -I$(INCDIRS) -L$(VDB_LIBDIR) -lncbi-vdb-static
++ $(CXX) makeinputs.cpp testsource.cpp -o $(TEST_BINDIR)/makeinputs -I$(INCDIRS) -L$(VDB_LIBDIR) -lncbi-vdb
+
+ tool-tests: $(TEST_BINDIR)/makeinputs
+ @mkdir -p input && $(TEST_BINDIR)/makeinputs && rm $(TEST_BINDIR)/makeinputs
+--- a/tools/general-loader/Makefile
++++ b/tools/general-loader/Makefile
+@@ -121,7 +121,7 @@ GEN_LOAD_OBJ = \
+ $(addsuffix .$(OBJX),$(GEN_LOAD_SRC))
+
+ GEN_LOAD_LIBS = \
+- -sncbi-wvdb-static \
++ -sncbi-wvdb \
+ -sload \
+ -skapp \
+ -stk-version \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list