summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanpon <pon.zhan@gmail.com>2021-09-29 19:54:59 +0900
committerGitHub <noreply@github.com>2021-09-29 12:54:59 +0200
commitbc4cde40339dd372960f27401d8fdaa4dab0f469 (patch)
treee90ed866eac3550c26717a033520ba3e9e574f77
parenteed32df5b6b989caf125d829301546db58b529dd (diff)
downloadcpython-git-bc4cde40339dd372960f27401d8fdaa4dab0f469.tar.gz
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
-rw-r--r--Doc/using/unix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 1d1fa8bd85..0a1834453a 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -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