diff --git a/extra/zstd/build b/extra/zstd/build index 5f4ce7af..d2469bcf 100755 --- a/extra/zstd/build +++ b/extra/zstd/build @@ -1,6 +1,7 @@ #!/bin/sh -e -sed -i 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile +sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _ +mv -f _ programs/Makefile make \ HAVE_LZMA=0 \