Skip to content

Commit 63c4d42

Browse files
miss-islingtonzhanpon
authored andcommitted
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (pythonGH-28566) (pythonGH-28616)
(cherry picked from commit bc4cde4) Co-authored-by: zhanpon <pon.zhan@gmail.com>
1 parent 18bf0c1 commit 63c4d42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/using/unix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Custom OpenSSL
162162
$ pushd openssl-VERSION
163163
$ ./config \
164164
--prefix=/usr/local/custom-openssl \
165+
--libdir=lib \
165166
--openssldir=/etc/ssl
166167
$ make -j1 depend
167168
$ make -j8

0 commit comments

Comments
 (0)