aboutsummaryrefslogtreecommitdiff
path: root/core/zstd/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/zstd/build')
-rwxr-xr-xcore/zstd/build3
1 files changed, 2 insertions, 1 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