diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-29 11:41:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 11:41:27 (GMT) |
commit | 02fdd73a19464bafe9e5f98ecd17fd0a634c3f20 (patch) | |
tree | 8ad756fd883f38cecbd970e90c399edb385a3cb7 /Doc/using | |
parent | d6b69f21d8ec4af47a9c79f3f50d20be3d0875fc (diff) | |
download | cpython-02fdd73a19464bafe9e5f98ecd17fd0a634c3f20.zip cpython-02fdd73a19464bafe9e5f98ecd17fd0a634c3f20.tar.gz cpython-02fdd73a19464bafe9e5f98ecd17fd0a634c3f20.tar.bz2 |
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
(cherry picked from commit bc4cde40339dd372960f27401d8fdaa4dab0f469)
Co-authored-by: zhanpon <pon.zhan@gmail.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/unix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 1d1fa8b..0a18344 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 |