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:
Miss Islington (bot) 2021-09-29 04:41:27 -07:00 committed by GitHub
parent d6b69f21d8
commit 02fdd73a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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