forked from kiss-community/repo
zstd: fix pc file, prefix=/usr/local -> prefix=/usr in libzstd.pc
This commit is contained in:
parent
8ab71ff211
commit
3bcdb8598b
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
1.5.4 1
|
1.5.4 2
|
||||||
|
Loading…
Reference in New Issue
Block a user