This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository seqtools.
commit 1391326b8481ebc7dee41f50bce5634ba49b3c66 Author: Andreas Tille <[email protected]> Date: Wed Oct 25 13:14:43 2017 +0200 Create dynamic library --- debian/patches/dynamic-lib.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/dynamic-lib.patch b/debian/patches/dynamic-lib.patch new file mode 100644 index 0000000..e505379 --- /dev/null +++ b/debian/patches/dynamic-lib.patch @@ -0,0 +1,17 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 19 Oct 2017 16:27:56 +0200 +Description: Create dynamic library + +--- a/gbtools/configure.ac ++++ b/gbtools/configure.ac +@@ -36,7 +36,9 @@ fi + + AC_CONFIG_MACRO_DIR([m4]) + +-LT_INIT([disable-shared]) ++AC_ENABLE_SHARED ++AC_ENABLE_STATIC ++AC_PROG_LIBTOOL(libtool) + + LT_LANG([C++]) + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1636a66 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +dynamic-lib.patch -- 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
