aboutsummaryrefslogtreecommitdiff
path: root/extra/nginx/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-03 10:22:58 +0100
committerCem Keylan <cem@ckyln.com>2021-11-03 10:22:58 +0100
commit0f33a350b22e6f313b00e98a2634324bb767508e (patch)
treedd0fba1b671fdd8c777bffa2a2c1267a4c1c4718 /extra/nginx/build
parenteda2af45a806a5bc412e3ef0e7d63858f755ba28 (diff)
downloadrepository-0f33a350b22e6f313b00e98a2634324bb767508e.tar.gz
nginx: bump to 1.21.4
Diffstat (limited to 'extra/nginx/build')
-rwxr-xr-xextra/nginx/build2
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