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

glib 2.50.2 native build fails, libmount dependency missing #1675

Merged
merged 1 commit into from Feb 23, 2017
Merged

glib 2.50.2 native build fails, libmount dependency missing #1675

merged 1 commit into from Feb 23, 2017

Conversation

phillipberndt
Copy link
Contributor

@phillipberndt phillipberndt commented Feb 15, 2017

Recent versions of glib require libmount on Linux. If it is unavailable,
configure fails with

checking libmount/libmount.h presence... no
checking for libmount/libmount.h... no
configure: error: *** Could not find libmount

This commit disables libmount by patching --disable-libmount into the configure command line.

(FYI, the windows build is unaffected because libmount is only enabled by default on Linux.)

Recent versions of glib require libmount on Linux. If it is unavailable,
configure fails with

    checking libmount/libmount.h presence... no
    checking for libmount/libmount.h... no
    configure: error: *** Could not find libmount

This commit disables libmount.
@tonytheodore
Copy link
Member

Thanks!

@tonytheodore tonytheodore merged commit 6c28674 into mxe:master Feb 23, 2017
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.

None yet

2 participants