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

rpcgen.cmake: always build xdr_sizeof.c on macOS #386

Closed
wants to merge 1 commit into from

Conversation

chrstphrchvz
Copy link

The availability of xdr_sizeof() is dependent on the macOS version, not the compiler version; xdr_sizeof() was provided by macOS 10.13 and earlier through the libsystem_info.dylib system library. Rather than adjusting the check to reflect this, xdr_sizeof.c can be built unconditionally on macOS, since MySQL has dropped support for macOS 10.13 and earlier as of 2020-01-13: https://www.mysql.com/support/eol-notice.html.

The availability of xdr_sizeof() is dependent on the macOS version,
not the compiler version; xdr_sizeof() was provided by macOS 10.13
and earlier through the libsystem_info.dylib system library.
Rather than adjusting the check to reflect this, xdr_sizeof.c can be
built unconditionally on macOS, since MySQL has dropped support for
macOS 10.13 and earlier.
@chrstphrchvz
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=106019 for updates.
Thanks

@chrstphrchvz chrstphrchvz deleted the macOS-xdr_sizeof branch January 1, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants