From bc4cde40339dd372960f27401d8fdaa4dab0f469 Mon Sep 17 00:00:00 2001 From: zhanpon Date: Wed, 29 Sep 2021 19:54:59 +0900 Subject: bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) --- Doc/using/unix.rst | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12