fix(x11/mogan): fix build with NDK r29 and CMake 4#28312
Merged
robertkirkman merged 1 commit intotermux:masterfrom Feb 5, 2026
Merged
fix(x11/mogan): fix build with NDK r29 and CMake 4#28312robertkirkman merged 1 commit intotermux:masterfrom
robertkirkman merged 1 commit intotermux:masterfrom
Conversation
- Progress on termux#23492 - Apply MoganLab/lolly#346 to fix `error: ‘class hashtree<K, V>’ has no member named ‘contains’` with NDK r29 - Apply `DOCTEST_VERSION = "2.4.12"` to `moebius` dependency to fix build with CMake 4 - Apply `XMAKE_GLOBALDIR="$TERMUX_PKG_TMPDIR"` to fix `ld.lld: error: /home/builder/.xmake/packages/s/s7/20241122/2613d5544f43431dad530be0c61b8a28/lib/libs7.a(s7.c.o) is incompatible with armelf_linux_eabi` - Apply backup and restore of `libcurl.so` and `xmake` to work around corruption of those binaries by something inside `mogan`
truboxl
approved these changes
Feb 4, 2026
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.
Progress on Some packages cannot be built 3: Revenge of the Xiph #23492
Apply fix(hashtree): resolve member access via overloaded operator-> MoganLab/lolly#346 to fix
error: ‘class hashtree<K, V>’ has no member named ‘contains’with NDK r29Apply
DOCTEST_VERSION = "2.4.12"tomoebiusdependency to fix build with CMake 4Apply
XMAKE_GLOBALDIR="$TERMUX_PKG_TMPDIR"to fixld.lld: error: /home/builder/.xmake/packages/s/s7/20241122/2613d5544f43431dad530be0c61b8a28/lib/libs7.a(s7.c.o) is incompatible with armelf_linux_eabiApply backup and restore of
libcurl.soandxmaketo work around corruption of those binaries by something insidemogan