diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-03 10:22:58 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-03 10:22:58 +0100 |
commit | 0f33a350b22e6f313b00e98a2634324bb767508e (patch) | |
tree | dd0fba1b671fdd8c777bffa2a2c1267a4c1c4718 /extra/nginx/build | |
parent | eda2af45a806a5bc412e3ef0e7d63858f755ba28 (diff) | |
download | repository-0f33a350b22e6f313b00e98a2634324bb767508e.tar.gz |
nginx: bump to 1.21.4
Diffstat (limited to 'extra/nginx/build')
-rwxr-xr-x | extra/nginx/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/nginx/build b/extra/nginx/build index d42fe8f6..f6a3b41d 100755 --- a/extra/nginx/build +++ b/extra/nginx/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -static" + cfgdir=/etc/nginx tmpdir=/var/tmp/nginx |