zstd: fix pc file, prefix=/usr/local -> prefix=/usr in libzstd.pc

This commit is contained in:
git-bruh 2023-02-26 15:50:44 +05:30
parent 8ab71ff211
commit 3bcdb8598b
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View File

@ -4,10 +4,8 @@ sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _
mv -f _ programs/Makefile mv -f _ programs/Makefile
make \ make \
PREFIX=/usr \
HAVE_LZMA=0 \ HAVE_LZMA=0 \
HAVE_ZLIB=0 \ HAVE_ZLIB=0 \
HAVE_LZ4=0 HAVE_LZ4=0 \
make \
PREFIX=/usr \
install install

View File

@ -1 +1 @@
1.5.4 1 1.5.4 2