[med-svn] [sra-sdk] 01/02: Do not link against static libs.
Andreas Tille
tille at debian.org
Fri Jul 22 21:30:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 5626fa635c48c4e16143580c7f98396def353cb6
Author: Andreas Tille <tille at debian.org>
Date: Fri Jul 22 22:58:10 2016 +0200
Do not link against static libs.
---
debian/patches/find_hdf5_serial.patch | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/debian/patches/find_hdf5_serial.patch b/debian/patches/find_hdf5_serial.patch
index dd39662..dc8769d 100644
--- a/debian/patches/find_hdf5_serial.patch
+++ b/debian/patches/find_hdf5_serial.patch
@@ -20,3 +20,34 @@
-sncbi-wvdb \
-sm \
+--- a/test/general-loader/Makefile
++++ b/test/general-loader/Makefile
+@@ -58,7 +58,7 @@ TEST_GEN_LOAD_OBJ = \
+ $(addsuffix .$(OBJX),$(TEST_GEN_LOAD_SRC))
+
+ TEST_GEN_LOAD_LIB = \
+- -sncbi-wvdb-static \
++ -sncbi-wvdb \
+ -sload \
+ -skapp \
+ -sktst \
+@@ -121,7 +121,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