From: zhanpon Date: Wed, 29 Sep 2021 10:54:59 +0000 (+0900) Subject: bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) X-Git-Tag: v3.11.0a1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4cde40339dd372960f27401d8fdaa4dab0f469;p=thirdparty%2FPython%2Fcpython.git bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) --- diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 1d1fa8bd85d7..0a1834453a0e 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