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

Disabling external libraries #3060

Merged
merged 1 commit into from
Mar 16, 2019
Merged

Disabling external libraries #3060

merged 1 commit into from
Mar 16, 2019

Conversation

RobertChalmers
Copy link
Contributor

This patch causes two libraries to be built without including two external libraries that get found when already installed on the Mac by other software builds.

Fixes #

Description of the Change
Building on a Mac that has libraries installed that are identical or similar to BOINC required libraries, will be found by the BOINC build. These two changes disable two such libraries. nghttp2 and png respectively found by buildcurl.sh and buildfreetype.sh.
Alternate Designs
It became impossible to cleanly build these two components with the external version libraries included in the build.
Release Notes
On OSX 10.14.3
buildcurl.sh --without-nghttp2
buildfreetype.sh --without-png

This fix causes two libraries to be built without including two external libraries that get found when already installed on the Mac by Homebrew for example.
@TheAspens
Copy link
Member

@CharlieFenton - are you able to review this pull request?

@CharlieFenton CharlieFenton merged commit 0e8775c into BOINC:master Mar 16, 2019
@CharlieFenton
Copy link
Contributor

@ShanghaiTimes: Thank you and welcome to BOINC development and support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants