[med-svn] [libzstd] 01/01: Patch away 32bit build on x86-64
Kevin Murray
daube-guest at moszumanska.debian.org
Fri Aug 12 02:58:05 UTC 2016
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 <spam at kdmurray.id.au>
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
More information about the debian-med-commit
mailing list