Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Android build stuck #1162

Closed Answered by tanersener
mbfakourii asked this question in Q&A
Discussion options

You must be logged in to vote

--disable-lib is not a safe option. It overrides the dependency chain, which is why we haven’t documented it. It’s intended for advanced users only. If --disable-lib flags conflict with other flags, the build scripts can't continue because an external library required by other options may have been disabled.

I’m not sure of the exact issue in your case, but I can see that gnutls is being requested while gmp is disabled. That will be a problem because gnutls depends on gmp. The scripts don't know how to build gnutls without gmp.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mbfakourii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants