From 9fb3c00caa608f91040546b278f40e6cdbc8ce7c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 9 Oct 2024 15:28:46 +0200 Subject: [PATCH] Use --with-dbmliborder or macOS+Homebrew on 3.10 and below (#1433) --- 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