aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/script/build_nginx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/script/build_nginx.sh')
-rwxr-xr-xextras/hs-test/script/build_nginx.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/hs-test/script/build_nginx.sh b/extras/hs-test/script/build_nginx.sh
new file mode 100755
index 00000000000..69d366aab0e
--- /dev/null
+++ b/extras/hs-test/script/build_nginx.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+cd nginx
+./auto/configure --with-debug --with-http_v3_module --with-cc-opt="-I../boringssl/include" --with-ld-opt="-L../boringssl/build/ssl -L../boringssl/build/crypto" --without-http_rewrite_module --without-http_gzip_module
+make
+make install