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

[libxml2] add missing GNUInstallDirs to fix pc files #16897

Merged
merged 11 commits into from
Apr 8, 2021

Conversation

Neumann-A
Copy link
Contributor

otherwise CMAKE_INSTALL_INCLUDEDIR is not defined

set(prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix "\${prefix}")
set(libdir ${prefix}/${CMAKE_INSTALL_LIBDIR})
set(includedir ${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
configure_file(libxml-2.0.pc.in libxml-2.0.pc @ONLY)

@PhoebeHui PhoebeHui self-assigned this Mar 26, 2021
@PhoebeHui PhoebeHui added the category:port-bug The issue is with a library, which is something the port should already support label Mar 26, 2021
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Neumann-A, thanks for the PR!

Please ignore the CI test failure, I will rerun this PR after the baseline issue fixed.

@JackBoosY JackBoosY requested a review from PhoebeHui April 6, 2021 22:56
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate your effort very much!

@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Apr 7, 2021
@vicroms vicroms merged commit d46fc1f into microsoft:master Apr 8, 2021
@Neumann-A Neumann-A deleted the fix_libxml2_pc branch April 8, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants