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

scgi: Fix Apple and Solaris compatibility #1329

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Dec 5, 2024

This is a follow up to #1310. Apple and Solaris do not support MSG_NOSIGNAL, so disable this flag for these platforms until we find a better solution. Other platforms remain unaffected due to the compile time check.

This is a follow up to rakshasa#1310. Apple and Solaris do not support MSG_NOSIGNAL, so disable this flag for these platforms until we find a better solution. Other platforms remain unaffected.
@rakshasa
Copy link
Owner

rakshasa commented Dec 5, 2024

I'd rather have it be a proper autoconf check as this kind of check buried deep in the code will be forgotten, and if those archs or libcurl start supporting it will be an issue.

@rakshasa rakshasa merged commit e3be3b2 into rakshasa:master Dec 14, 2024
1 check passed
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