fix(main/libxslt): correct typo in TERMUX_PKG_EXTRA_CONFIGURE_ARGS - #28782
Merged
robertkirkman merged 1 commit intoMar 5, 2026
Conversation
- `TERMUX_PKG_EXTRA_CONFIGURE_ARGS` from termux#27323 incorrectly overrides the original `TERMUX_PKG_EXTRA_CONFIGURE_ARGS`, causing `Could NOT find Python (missing: Python_EXECUTABLE Python_LIBRARIES` after termux#28627 because the docker container does not contain `python3-dev`, so now that Docker is used for all builds, this error has become consistently reproducible
robertkirkman
force-pushed
the
libxslt-fix-extra-configure-args-disable-python
branch
from
March 5, 2026 07:55
8f2126d to
45a1ffe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TERMUX_PKG_EXTRA_CONFIGURE_ARGSfrom tree-wide: apply relativeCMAKE_INSTALL_LIBDIRandCMAKE_INSTALL_INCLUDEDIRto packages that otherwise generate invalid.cmakeand.pcfiles #27323 incorrectly overrides the originalTERMUX_PKG_EXTRA_CONFIGURE_ARGS, causingCould NOT find Python (missing: Python_EXECUTABLE Python_LIBRARIESafter ci: free more disk space #28627 because the docker container does not containpython3-dev, so now that Docker is used for all builds, this error has become consistently reproducible