Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix compilation of the ports event multiplexer #9031

Merged
merged 2 commits into from
Apr 17, 2020

Conversation

rgacogne
Copy link
Member

@rgacogne rgacogne commented Apr 15, 2020

Short description

I tested that this fixes the compilation and works on OpenIndiana.
Also fixes the compilation of our dns_random unit tests on systems that have both getrandomm() and arc4random().

Fixes #9025.

Note that even though we do compile the Solaris completion ports code, we always also compile the /dev/poll one, and we do prefer that second one since it's loaded first and they have the same priority. I think we should just remove the Solaris completion ports code in later releases.

Checklist

I have:

  • read the CONTRIBUTING.md document
  • compiled this code
  • tested this code
  • included documentation (including possible behaviour changes)
  • documented the code
  • added or modified regression test(s)
  • added or modified unit test(s)

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pdns-recursor-4.3.0 build broken on illumos
3 participants