diff options
-rwxr-xr-x | core/zstd/build | 3 | ||||
-rw-r--r-- | core/zstd/version | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/core/zstd/build b/core/zstd/build index 28bda353..530e31bf 100755 --- a/core/zstd/build +++ b/core/zstd/build @@ -1,4 +1,5 @@ #!/bin/sh -e -make PREFIX=/usr +make PREFIX=/usr lib-release +make PREFIX=/usr LDFLAGS="$LDFLAGS -static" zstd-release make DESTDIR="$1" PREFIX=/usr install diff --git a/core/zstd/version b/core/zstd/version index 104216de..bf20d658 100644 --- a/core/zstd/version +++ b/core/zstd/version @@ -1 +1 @@ -1.5.0 1 +1.5.0 2 |