This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository libzstd.
commit c149b5fa60be6db88408280824857f6247f38711 Author: Kevin Murray <[email protected]> Date: Fri Aug 12 12:54:36 2016 +1000 Patch away 32bit build on x86-64 --- debian/patches/0002-Build-lib-by-default.patch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/patches/0002-Build-lib-by-default.patch b/debian/patches/0002-Build-lib-by-default.patch index 3408fff..2f864ec 100644 --- a/debian/patches/0002-Build-lib-by-default.patch +++ b/debian/patches/0002-Build-lib-by-default.patch @@ -8,7 +8,7 @@ Subject: Build lib by default --- a/Makefile +++ b/Makefile -@@ -43,7 +43,7 @@ +@@ -43,13 +43,11 @@ .PHONY: default all zlibwrapper zstd clean install uninstall travis-install test clangtest gpptest armtest usan asan uasan @@ -17,3 +17,9 @@ Subject: Build lib by default all: $(MAKE) -C $(ZSTDDIR) $@ + $(MAKE) -C $(PRGDIR) $@ +- @rm -f lib/decompress/*.o +- $(MAKE) -C $(PRGDIR) all32 + + zstd: + $(MAKE) -C $(PRGDIR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
