Re: [pacman-dev] [PATCH] makepkg: add lz4 compression support

2017-09-13 Thread Allan McRae
On 12/09/17 19:09, Alex Butler wrote: > Adds opt-in lz4 compression of *pkg.tar files with makepkg. > This is nice to have as an option for very fast compression. > > Signed-off-by: Alex Butler > --- I think there are already options for very fast compression... but fine. This would need addit

[pacman-dev] [PATCH] makepkg: add lz4 compression support

2017-09-12 Thread Alex Butler
Adds opt-in lz4 compression of *pkg.tar files with makepkg. This is nice to have as an option for very fast compression. Signed-off-by: Alex Butler --- etc/makepkg.conf.in | 1 + scripts/makepkg.sh.in | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.