diff --git a/extra/zstd/build b/extra/zstd/build index 7e8c4c13..58de5871 100755 --- a/extra/zstd/build +++ b/extra/zstd/build @@ -4,10 +4,8 @@ sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _ mv -f _ programs/Makefile make \ + PREFIX=/usr \ HAVE_LZMA=0 \ HAVE_ZLIB=0 \ - HAVE_LZ4=0 - -make \ - PREFIX=/usr \ + HAVE_LZ4=0 \ install diff --git a/extra/zstd/version b/extra/zstd/version index de75e7c1..dbe8e39e 100644 --- a/extra/zstd/version +++ b/extra/zstd/version @@ -1 +1 @@ -1.5.4 1 +1.5.4 2