File: 0002-Build-lib-by-default.patch

package info (click to toggle)
libzstd 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,776 kB
  • ctags: 5,698
  • sloc: ansic: 38,509; cpp: 2,988; makefile: 838; python: 526; sh: 363
file content (21 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Kevin Murray <spam@kdmurray.id.au>
Date: Tue, 1 Dec 2015 14:52:40 +1100
Subject: Build lib by default

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@
 .PHONY: all
 all:
 	$(MAKE) -C $(ZSTDDIR) $@
-	$(MAKE) -C $(PRGDIR) $@ zstd32
-	$(MAKE) -C $(TESTDIR) $@ all32
+	$(MAKE) -C $(PRGDIR) $@
+	$(MAKE) -C $(TESTDIR) $@
 
 .PHONY: lib
 lib: