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

libxslt: Fix build failure and date/time issue in libxslt #8957

Merged
merged 1 commit into from Jun 19, 2021

Commits on Jun 18, 2021

  1. Add an upstream fix that prevents a clean build

    The upstream fix is here:
      https://gitlab.gnome.org/GNOME/libxslt/-/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc
    
    Without the fix a clean build (no previously installed ucrt64 packages) fails with:
      checking for x86_64-w64-mingw32-xml2-config... no
      checking for xml2-config... /ucrt64/bin/xml2-config
      configure: error: Could not find libxml2 anywhere, check ftp://xmlsoft.org/.
    larskanis committed Jun 18, 2021
    Copy the full SHA
    1cceea9 View commit details
    Browse the repository at this point in the history