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

Check for use of CXX11 ABI and add v5 to the SONAME if it is used #11

Closed
wants to merge 1 commit into from

Conversation

sebastinas
Copy link
Contributor

GCC 5 now comes with two ABIs of the C++ standard library. std::string and std::list changed heavily which required the introduction of a new ABI. Since std::string is used in the public API of libcoverart, this affects the exported symbols.

This PR adds a check for the new CXX 11 ABI and adds a v5 to the SONAME if it was detected.

Signed-off-by: Sebastian Ramacher <sramacher@debian.org>
@sebastinas
Copy link
Contributor Author

Let's not do that. It probably isn't worth the hassle.

@sebastinas sebastinas closed this Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant