From 3bcdb8598b1ddd726dd19953b1032781d24b8985 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sun, 26 Feb 2023 15:50:44 +0530 Subject: [PATCH] zstd: fix pc file, prefix=/usr/local -> prefix=/usr in libzstd.pc --- extra/zstd/build | 6 ++---- extra/zstd/version | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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