Skip to content

Commit 63c4d42

Browse files
miss-islingtonzhanpon
authored andcommitted
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
(cherry picked from commit bc4cde4) Co-authored-by: zhanpon <[email protected]>
1 parent 18bf0c1 commit 63c4d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)