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] fixed crash on missing lzma.h #1751

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

goffi-contrib
Copy link
Contributor

libxml2 has been updated from 2.7.8 to 2.9.8 at commit
6ed40d5, but version 2.8.0 added lzma
compression support, and with it a dependency to liblzma (available at
https://tukaani.org/xz/).

This patch fixes it by disabling lzma support.
A future improvment may add xz recipe and dependency.

libxml2 has been updated from 2.7.8 to 2.9.8 at commit
6ed40d5, but version 2.8.0 added lzma
compression support, and with it a dependency to liblzma (available at
https://tukaani.org/xz/).

This patch fixes it by disabling lzma support.
A future improvment may add xz recipe and dependency.
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Thanks for the research, explanation and contribution

@AndreMiras AndreMiras merged commit 0abb807 into kivy:master Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants