Filip Tehlar | 31eaea9 | 2023-06-15 10:06:57 +0200 | [diff] [blame] | 1 | #!/bin/bash |
Dave Wallace | bee28af | 2024-06-14 14:59:38 -0400 | [diff] [blame] | 2 | cd nginx || exit 1 |
Filip Tehlar | 31eaea9 | 2023-06-15 10:06:57 +0200 | [diff] [blame] | 3 | ./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 |
4 | make | ||||
5 | make install |