]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
authorzhanpon <pon.zhan@gmail.com>
Wed, 29 Sep 2021 10:54:59 +0000 (19:54 +0900)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 10:54:59 +0000 (12:54 +0200)
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