[med-svn] [libzstd] 08/14: Patch makefile to build lib by default

Kevin Murray daube-guest at moszumanska.debian.org
Thu Dec 17 06:13:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository libzstd.

commit dfa7c6c0c84d4f90519f532de86a87934ff1fce3
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Tue Dec 1 14:48:40 2015 +1100

    Patch makefile to build lib by default
---
 debian/patches/0002-Build-lib-by-default.patch | 23 +++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0002-Build-lib-by-default.patch b/debian/patches/0002-Build-lib-by-default.patch
new file mode 100644
index 0000000..faca394
--- /dev/null
+++ b/debian/patches/0002-Build-lib-by-default.patch
@@ -0,0 +1,23 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Tue, 1 Dec 2015 14:52:40 +1100
+Subject: Build lib by default
+
+---
+ Makefile | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 4ec4a79..9bd1d80 100644
+--- a/Makefile
++++ b/Makefile
+@@ -46,7 +46,9 @@ endif
+ 
+ .PHONY: default all zstdprogram clean install uninstall travis-install test clangtest gpptest armtest usan asan uasan
+ 
+-default: zstdprogram
++default:
++	$(MAKE) -C $(ZSTDDIR) $@
++	$(MAKE) -C $(PRGDIR) $@
+ 
+ all: 
+ 	$(MAKE) -C $(ZSTDDIR) $@
diff --git a/debian/patches/series b/debian/patches/series
index 9d8209a..a82b89d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Skip-long-running-tests.patch
+0002-Build-lib-by-default.patch

-- 
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