From ef69f8820e9beb9b4d11d37da426d16fb360627a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Tue, 9 Jul 2024 22:47:24 +0200 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 9c115fc..58223f9 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -208,14 +208,14 @@ pyenv install -v or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`: ```sh -CONFIGURE_OPTS="-with-openssl=" +CONFIGURE_OPTS="--with-openssl=" ``` or ```sh LDFLAGS="-Wl,-rpath,/lib" \ -CONFIGURE_OPTS="-with-openssl=" \ +CONFIGURE_OPTS="--with-openssl=" \ pyenv install -v ```