2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 19:20:10 -07:00
repo/extra/zstd/build

12 lines
189 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-07-03 15:05:22 -06:00
sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _
mv -f _ programs/Makefile
2021-07-03 05:16:18 -06:00
make \
PREFIX=/usr \
2021-07-03 05:16:18 -06:00
HAVE_LZMA=0 \
HAVE_ZLIB=0 \
HAVE_LZ4=0 \
2021-07-03 05:16:18 -06:00
install