logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 79dfb91c8b15c77758e6e7e8c971faf699e33b44
parent 4aa18f6dd6df99988cafb6f3f3ed5564d521bd0f
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 18 May 2021 00:55:45 -0700

zstd: Update to 1.5.0

Diffstat:

Mpkg/zstd/gen.lua5++---
Mpkg/zstd/ver2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pkg/zstd/gen.lua b/pkg/zstd/gen.lua @@ -9,11 +9,10 @@ cflags{ '-D ZSTD_NOTRACE', '-D ZSTD_TRACE=0', } +set('ldflags', '-static') pkg.hdrs = { - copy('$outdir/include', '$srcdir/lib', {'zstd.h'}), - copy('$outdir/include', '$srcdir/lib/common', {'zstd_errors.h'}), - copy('$outdir/include', '$srcdir/lib/dictBuilder', {'zdict.h'}), + copy('$outdir/include', '$srcdir/lib', {'zstd.h', 'zdict.h', 'zstd_errors.h'}), } pkg.deps = { '$gendir/headers', diff --git a/pkg/zstd/ver b/pkg/zstd/ver @@ -1 +1 @@ -1.4.9 r0 +1.5.0 r0