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

Do not define _XOPEN_SOURCE for OS X #439

Merged
1 commit merged into from Jun 20, 2016
Merged

Do not define _XOPEN_SOURCE for OS X #439

1 commit merged into from Jun 20, 2016

Conversation

tnm
Copy link
Contributor

@tnm tnm commented Jun 20, 2016

bb1747b appears to have introduced a build regression for OS X (and possibly elsewhere, I've only tested on a local Mac environment) β€” in master right now make reliably fails on OS X as reported in #431.

There looks to be another PR to fix the issue in #433.

This PR here simply returns to the previous behavior on OS X in a minimally-invasive way. There are of course a few different ways to do this with the directives; feel free to do something different, I just care that master can build on OS X πŸ™‡

Resolves failed `make` on OS X.
@badboy
Copy link
Contributor

badboy commented Jun 20, 2016

:shipit:
@not-a-robot r+

@ghost
Copy link

ghost commented Jun 20, 2016

πŸ“Œ Commit bc0ea5c has been approved by badboy

@badboy
Copy link
Contributor

badboy commented Jun 20, 2016

@not-a-robot p=5

@ghost
Copy link

ghost commented Jun 20, 2016

⚑ Test exempted - status

@ghost ghost merged commit bc0ea5c into redis:master Jun 20, 2016
ghost pushed a commit that referenced this pull request Jun 20, 2016
Do not define _XOPEN_SOURCE for OS X

bb1747b appears to have introduced a build regression for OS X (and possibly elsewhere, I've only tested on a local Mac environment) β€” in master right now `make` reliably fails on OS X as reported in #431.

There looks to be another PR to fix the issue in #433.

This PR here simply returns to the previous behavior on OS X in a minimally-invasive way. There are of course a few different ways to do this with the directives; feel free to do something different, I just care that master can build on OS X πŸ™‡
This pull request was closed.
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.

None yet

2 participants