This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository htslib.
commit d3a70989c309646d489ceef40798ccb6f0d9d565 Author: Charles Plessy <[email protected]> Date: Sat Aug 16 21:47:49 2014 +0900 Dynamically link tabix and bgzip. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 0295105..f6925d8 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ override_dh_auto_build: CFLAGS="$$(dpkg-buildflags --get CFLAGS)" \ CPPFLAGS="-I. -DSAMTOOLS=1 $$(dpkg-buildflags --get CPPFLAGS)" \ LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)" \ + LDLIBS=-lhts \ PACKAGE_VERSION="$(DEB_VERSION)" \ libdir=/usr/lib/$(DEB_HOST_MULTIARCH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
