2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

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
make \
PREFIX=/usr \
HAVE_LZMA=0 \
HAVE_ZLIB=0 \
HAVE_LZ4=0
make \
PREFIX=/usr \
HAVE_LZ4=0 \
install

View File

@ -1 +1 @@
1.5.4 1
1.5.4 2