Skip to content

Commit bc4cde4

Browse files
authored
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
1 parent eed32df commit bc4cde4

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)