Ned Deily <n...@python.org> added the comment:

Thanks for the PR. However, it did introduce a breakage in certain builds due 
to unconditionally adding a check for libnetwork. For example, on older 
releases of macOS there is no libnetwork but building on newer systems it 
creates a dynamic load reference to a spurious and unrelated libnetworking 
library which causes multi-version binaries built on newer releases, like those 
of the python.org macOS installers, to fail to load on older systems. PR 28729 
adds a Haiku-only guard around the added configure check.

----------
components: +Build
priority: normal -> release blocker
resolution: fixed -> 
stage: resolved -> commit review
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to