diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-04-30 15:47:43 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-04-30 15:47:43 +0300 |
| commit | b7b3aca7040a0c734a555efd8775249a29b5ac5d (patch) | |
| tree | 37ec644c5c4719a7efa4ad79af7e731b0d2488af /README | |
| parent | be478232480f29309e876d2b06c6737fb03dacba (diff) | |
| download | nginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.gz nginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.bz2 | |
Configure: unbreak with old OpenSSL, --with-http_v3_module added.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -82,9 +82,10 @@ Experimental QUIC support for nginx $ hg clone https://hg.nginx.org/nginx-quic $ cd nginx-quic - $ ./auto/configure --with-debug --with-cc-opt="-I../boringssl/include" \ - --with-ld-opt="-L../boringssl/build/ssl \ - -L../boringssl/build/crypto" + $ ./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" $ make 3. Configuration |
