Files
termux-packages/packages/libandroid-execinfo
termux-pacman-bot abc54beeca fix(main/libandroid-execinfo): Fix build when targeting newer API level
Define __USE_GNU to get `memfd_create` defined, to fix:

TERMUX_PKG_API_LEVEL=30 ./build-package.sh -i libandroid-execinfo

[..]/libandroid-execinfo/execinfo.c:120:12: error: call to undeclared function 'memfd_create';
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2025-08-29 14:38:12 +00:00
..