mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
(cherry picked from commit bc4cde4033
)
Co-authored-by: zhanpon <pon.zhan@gmail.com>
This commit is contained in:
parent
d6b69f21d8
commit
02fdd73a19
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ Custom OpenSSL
|
|||
$ pushd openssl-VERSION
|
||||
$ ./config \
|
||||
--prefix=/usr/local/custom-openssl \
|
||||
--libdir=lib \
|
||||
--openssldir=/etc/ssl
|
||||
$ make -j1 depend
|
||||
$ make -j8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue