]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Sep 2021 11:41:27 +0000 (04:41 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sun, 3 Oct 2021 23:42:12 +0000 (00:42 +0100)
(cherry picked from commit bc4cde40339dd372960f27401d8fdaa4dab0f469)

Co-authored-by: zhanpon <pon.zhan@gmail.com>
Doc/using/unix.rst

index 1d1fa8bd85d7ed7bf8b264b75ec9e217ef17497b..0a1834453a0ee88a95715721034e158e6bb0dbc9 100644 (file)
@@ -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