mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
zstd: static programs, only zstd
This commit is contained in:
parent
b58602a025
commit
259e251c24
@ -1,4 +1,13 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
make
|
sed -i 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile
|
||||||
make DESTDIR="$1" PREFIX=/usr install
|
|
||||||
|
make \
|
||||||
|
HAVE_LZMA=0 \
|
||||||
|
HAVE_ZLIB=0 \
|
||||||
|
HAVE_LZ4=0
|
||||||
|
|
||||||
|
make \
|
||||||
|
DESTDIR="$1" \
|
||||||
|
PREFIX=/usr \
|
||||||
|
install
|
||||||
|
Loading…
Reference in New Issue
Block a user