diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2020-01-05 23:03:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-06 13:12:42 +0700 |
commit | 18db563673f913850de65643b8b74836a5c0ada5 (patch) | |
tree | 3defbdd62bf6a58cae029c226344d87e92e4e393 /system/pigz/math_fix.diff | |
parent | e2ab8cfd1b1f3bc44bac68cd0edf187581619e65 (diff) |
system/pigz: Updated for version 2.4
Fix installation procedure so that pigz binary is not installed twice
(as pigz and unpigz). Make a symbolic link instead.
Don't overwrite Makefile CFLAGS with SLKCFLAGS, instead append SLKCFLAGS
to CFLAGS.
Remove patch (not needed anymore). Align SlackBuild with template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pigz/math_fix.diff')
-rw-r--r-- | system/pigz/math_fix.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/pigz/math_fix.diff b/system/pigz/math_fix.diff deleted file mode 100644 index 7123175132..0000000000 --- a/system/pigz/math_fix.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur a/Makefile b/Makefile ---- a/Makefile 2013-03-04 00:06:35.000000000 -0600 -+++ b/Makefile 2013-06-18 08:56:58.111172954 -0500 -@@ -3,7 +3,7 @@ - - - pigz: pigz.o yarn.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o -- $(CC) -o pigz $^ -lpthread -lz -+ $(CC) -o pigz $^ -lpthread -lz -lm - ln -f pigz unpigz - - pigz.o: pigz.c yarn.h zopfli/deflate.h zopfli/util.h |