repo/extra/zstd/build

13 lines
208 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-07-03 21:05:22 +00:00
sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _
mv -f _ programs/Makefile
2021-07-03 11:16:18 +00:00
make \
2023-03-02 14:40:00 +00:00
DESTDIR="$1" \
PREFIX=/usr \
2021-07-03 11:16:18 +00:00
HAVE_LZMA=0 \
HAVE_ZLIB=0 \
HAVE_LZ4=0 \
2021-07-03 11:16:18 +00:00
install