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