aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/script/build_nginx.sh
blob: 69d366aab0eae55daa075add57155dfb64770282 (plain)
1
2
3
4
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