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

Only require ports GCC on OpenBSD if not using system libraries (Fixes #1515) #1580

Merged
merged 1 commit into from
Jan 10, 2017

Conversation

jeremyevans
Copy link
Contributor

The OpenBSD system compiler (gcc 4.2.1) cannot compile libxml
without patches, but compiles nokogiri itself fine. If using
system libraries, there is no need to compile libxml, and
therefore the system compiler will work and should be used.
If not using system libraries, the code should stay so that
compilation of libxml will succeed.

…sparklemotion#1515)

The OpenBSD system compiler (gcc 4.2.1) cannot compile libxml
without patches, but compiles nokogiri itself fine. If using
system libraries, there is no need to compile libxml, and
therefore the system compiler will work and should be used.
If not using system libraries, the code should stay so that
compilation of libxml will succeed.
@knu
Copy link
Member

knu commented Jan 10, 2017

Looks perfectly legit.

@knu knu merged commit 93e4a30 into sparklemotion:master Jan 10, 2017
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.

2 participants