bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)

This commit is contained in:
zhanpon 2021-09-29 19:54:59 +09:00 committed by GitHub
parent eed32df5b6
commit bc4cde4033
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