summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:47:43 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-04-30 15:47:43 +0300
commitb7b3aca7040a0c734a555efd8775249a29b5ac5d (patch)
tree37ec644c5c4719a7efa4ad79af7e731b0d2488af /README
parentbe478232480f29309e876d2b06c6737fb03dacba (diff)
downloadnginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.gz
nginx-b7b3aca7040a0c734a555efd8775249a29b5ac5d.tar.bz2
Configure: unbreak with old OpenSSL, --with-http_v3_module added.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index d29b5ca5a..e3e3a198c 100644
--- a/README
+++ b/README
@@ -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