mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:17:19 +03:00
travis: update quiche builds for new boringssl layout
This is required after https://github.com/cloudflare/quiche/pull/593 moved BoringSSL around slightly. This also means that Go is not needed to build BoringSSL anymore (the one provided by quiche anyway). Closes #5691
This commit is contained in:
parent
ae5b6deb15
commit
d10cd52406
3 changed files with 6 additions and 8 deletions
|
|
@ -117,8 +117,8 @@ Build quiche and BoringSSL:
|
|||
% git clone --recursive https://github.com/cloudflare/quiche
|
||||
% cd quiche
|
||||
% cargo build --release --features pkg-config-meta,qlog
|
||||
% mkdir deps/boringssl/lib
|
||||
% ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/lib/
|
||||
% mkdir deps/boringssl/src/lib
|
||||
% ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/src/lib/
|
||||
|
||||
Build curl:
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ Build curl:
|
|||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% ./buildconf
|
||||
% ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" --with-ssl=$PWD/../quiche/deps/boringssl --with-quiche=$PWD/../quiche/target/release --enable-alt-svc
|
||||
% ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" --with-ssl=$PWD/../quiche/deps/boringssl/src --with-quiche=$PWD/../quiche/target/release --enable-alt-svc
|
||||
% make
|
||||
|
||||
## Run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue