mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:54:15 +03:00
GHA: configure OpenSSL's libdir as 'lib' only
Also mention in HTTP3.md OpenSSL has a bug that messes the config `--libdir=path` to become the wrong path in its pkgconfig files. If we just pass `--libdir=lib` it should avoid this. Ref: #14099 See also: https://github.com/openssl/openssl/issues/23569 Closes #14102
This commit is contained in:
parent
655557f2b3
commit
18c61aa036
3 changed files with 4 additions and 4 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
cd $HOME
|
||||
git clone --quiet --depth=1 -b openssl-${{ env.quictls-version }} https://github.com/quictls/openssl quictls
|
||||
cd quictls
|
||||
./config no-deprecated --prefix=$PWD/build --libdir=$PWD/build/lib
|
||||
./config no-deprecated --prefix=$PWD/build --libdir=lib
|
||||
make
|
||||
make -j1 install_sw
|
||||
name: 'build quictls'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue