mirror of https://github.com/python/cpython
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
This commit is contained in:
parent
eed32df5b6
commit
bc4cde4033
|
@ -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…
Reference in New Issue