Skip to content

Commit 9fb3c00

Browse files
authored
Use --with-dbmliborder or macOS+Homebrew on 3.10 and below (#1433)
1 parent bd3f9fd commit 9fb3c00

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

getting-started/setup-building.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,12 @@ some of CPython's modules (for example, ``zlib``).
739739
./configure --with-pydebug \
740740
--with-openssl="$(brew --prefix openssl@3)" \
741741
--with-tcltk-libs="$(pkg-config --libs tcl tk)" \
742-
--with-tcltk-includes="$(pkg-config --cflags tcl tk)"
742+
--with-tcltk-includes="$(pkg-config --cflags tcl tk)" \
743+
--with-dbmliborder=gdbm:ndbm
744+
745+
(``--with-dbmliborder`` is a workaround for a Homebrew-specific change
746+
to ``gdbm``; see `#89452 <https://github.com/python/cpython/issues/89452>`_
747+
for details.)
743748

744749
.. tab:: MacPorts
745750

0 commit comments

Comments
 (0)