[Python-checkins] bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)

ambv webhook-mailer at python.org
Wed Sep 29 06:55:27 EDT 2021


https://github.com/python/cpython/commit/bc4cde40339dd372960f27401d8fdaa4dab0f469
commit: bc4cde40339dd372960f27401d8fdaa4dab0f469
branch: main
author: zhanpon <pon.zhan at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2021-09-29T12:54:59+02:00
summary:

bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)

files:
M Doc/using/unix.rst

diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 1d1fa8bd85d7e..0a1834453a0ee 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



More information about the Python-checkins mailing list