From 3854fb7027f2397b29b8511b4ad6ba4c9e142235 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 25 Aug 2020 12:43:55 +0300 Subject: zip: build statically --- extra/zip/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/zip/build') diff --git a/extra/zip/build b/extra/zip/build index bb3316b4..50b448c6 100755 --- a/extra/zip/build +++ b/extra/zip/build @@ -2,7 +2,7 @@ make \ prefix=/usr \ - CC="${CC:-gcc} $CFLAGS $CXXFLAGS" \ + CC="${CC:-gcc} $CFLAGS $CXXFLAGS -static" \ -f unix/Makefile generic make \ -- cgit v1.2.3