Skip to content

Commit cefe2d8

Browse files
bavshin-f5pluknet
authored andcommitted
Updated build instructions for QUIC with BoringSSL.
See for details: https://boringssl.googlesource.com/boringssl/+/c5280615 https://boringssl.googlesource.com/boringssl/+/5e3ba4c1 The library output location has been originally changed in https://boringssl.googlesource.com/boringssl/+/197b5715 (2023).
1 parent faf0fe4 commit cefe2d8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: xml/en/docs/quic.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Use the following command to configure nginx with
6161
--with-debug
6262
--with-http_v3_module
6363
--with-cc-opt="-I../boringssl/include"
64-
--with-ld-opt="-L../boringssl/build/ssl
65-
-L../boringssl/build/crypto"
64+
--with-ld-opt="-L../boringssl/build -lstdc++"
6665
</programlisting>
6766
</para>
6867

Diff for: xml/ru/docs/quic.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
--with-debug
6363
--with-http_v3_module
6464
--with-cc-opt="-I../boringssl/include"
65-
--with-ld-opt="-L../boringssl/build/ssl
66-
-L../boringssl/build/crypto"
65+
--with-ld-opt="-L../boringssl/build -lstdc++"
6766
</programlisting>
6867
</para>
6968

0 commit comments

Comments
 (0)