diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-25 12:43:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-25 12:43:55 +0300 |
commit | 3854fb7027f2397b29b8511b4ad6ba4c9e142235 (patch) | |
tree | f3007aff92f6eba452ed9856b42950f11dcdc3b9 | |
parent | 5185a68c90fe0201525d47e2e5380c99ece48e82 (diff) | |
download | repository-3854fb7027f2397b29b8511b4ad6ba4c9e142235.tar.gz |
zip: build statically
-rwxr-xr-x | extra/zip/build | 2 | ||||
-rw-r--r-- | extra/zip/depends | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ diff --git a/extra/zip/depends b/extra/zip/depends index 7a457127..d4b5af04 100644 --- a/extra/zip/depends +++ b/extra/zip/depends @@ -1 +1 @@ -bzip2 +bzip2 make |