Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-19960: Fix building of zlib on macOS without installed headers #14257

Merged
merged 1 commit into from Jul 1, 2019

Conversation

@ned-deily
Copy link
Member

ned-deily commented Jun 20, 2019

When building 2.7 on macOS without system header files installed in
/usr/include, a few extension modules dependent on system-supplied
third-party libraries were not being built, most notably zlib.
This situation arose in the past when building without the Command
Line Tools and the option to install header files in the traditional
system locations (like /usr/include). As of macOS 10.14, the
header files are only available in an SDK so the problem addressed
here affects most 2.7 builds.

https://bugs.python.org/issue19960

When building 2.7 on macOS without system header files installed in
``/usr/include``, a few extension modules dependent on system-supplied
third-party libraries were not being built, most notably zlib.
This situation arose in the past when building without the Command
Line Tools and the option to install header files in the traditional
system locations (like /usr/include).  As of macOS 10.14, the
header files are only available in an SDK so the problem addressed
here affects most 2.7 builds.
@ned-deily ned-deily added the OS-mac label Jun 20, 2019
@ned-deily ned-deily changed the title bpo-19960: Fix building of zlib on macOS without installed headers [2.7] bpo-19960: Fix building of zlib on macOS without installed headers Jun 20, 2019
@ned-deily ned-deily requested a review from ronaldoussoren Jun 20, 2019
@ned-deily ned-deily merged commit da7f6db into python:2.7 Jul 1, 2019
5 checks passed
5 checks passed
bedevere/issue-number Issue number 19960 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@ned-deily ned-deily deleted the ned-deily:bpo-19960 branch Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.