From 9c015d7402a55a0e0f7374e236dce88138697a8b Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 9 Oct 2024 12:26:57 +0200 Subject: [PATCH] Use --with-dbmliborder or macOS+Homebrew on 3.10 and below --- getting-started/setup-building.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 021916e4d4..4f7478dbce 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -739,7 +739,12 @@ some of CPython's modules (for example, ``zlib``). ./configure --with-pydebug \ --with-openssl="$(brew --prefix openssl@3)" \ --with-tcltk-libs="$(pkg-config --libs tcl tk)" \ - --with-tcltk-includes="$(pkg-config --cflags tcl tk)" + --with-tcltk-includes="$(pkg-config --cflags tcl tk)" \ + --with-dbmliborder=gdbm:ndbm + + (``--with-dbmliborder`` is a workaround for a Homebrew-specific change + to ``gdbm``; see `#89452 `_ + for details.) .. tab:: MacPorts