repo/extra/zstd/build
2021-07-18 06:40:19 +03:00

14 lines
195 B
Bash
Executable File

#!/bin/sh -e
sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _
mv -f _ programs/Makefile
make \
HAVE_LZMA=0 \
HAVE_ZLIB=0 \
HAVE_LZ4=0
make \
PREFIX=/usr \
install