quic: update to quiche 0.22.0

quiche 0.22.0 will set SONAME in libquiche.so (libquiche.so.0) for
linux/BSDs. Install a symlink with SONAME.

Closes #14030
Closes #14046
This commit is contained in:
Junho Choi 2024-06-28 12:51:25 +09:00 committed by Daniel Stenberg
parent 2d3a51e367
commit ad7a20d506
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 2 deletions

View file

@ -186,9 +186,10 @@ Since the quiche build manages its dependencies, curl can be built against the l
Build quiche and BoringSSL:
% git clone --recursive -b 0.20.0 https://github.com/cloudflare/quiche
% git clone --recursive -b 0.22.0 https://github.com/cloudflare/quiche
% cd quiche
% cargo build --package quiche --release --features ffi,pkg-config-meta,qlog
% ln -s libquiche.so target/release/libquiche.so.0
% mkdir quiche/deps/boringssl/src/lib
% ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) quiche/deps/boringssl/src/lib/