mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:37:16 +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
|
|
@ -215,7 +215,7 @@ Build OpenSSL 3.3.1
|
|||
% cd ..
|
||||
% git clone -b openssl-3.3.1 https://github.com/openssl/openssl
|
||||
% cd openssl
|
||||
% ./config enable-tls1_3 --prefix=<somewhere> --libdir=<somewhere>/lib
|
||||
% ./config enable-tls1_3 --prefix=<somewhere> --libdir=lib
|
||||
% make
|
||||
% make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue