]> git.pld-linux.org Git - packages/zstd.git/blob - zstd-no32.patch
- updated to 1.1.2
[packages/zstd.git] / zstd-no32.patch
1 --- zstd-1.0.0/Makefile.orig    2016-08-31 18:09:10.000000000 +0200
2 +++ zstd-1.0.0/Makefile 2016-09-16 20:33:14.848164855 +0200
3 @@ -25,8 +25,8 @@
4  
5  all:
6         $(MAKE) -C $(ZSTDDIR) $@
7 -       $(MAKE) -C $(PRGDIR) $@ zstd32
8 -       $(MAKE) -C $(TESTDIR) $@ all32
9 +       $(MAKE) -C $(PRGDIR) $@
10 +       $(MAKE) -C $(TESTDIR) $@
11  
12  zstd:
13         $(MAKE) -C $(PRGDIR)
This page took 0.054268 seconds and 3 git commands to generate.