mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-25 04:02:31 +00:00
Fix for `error: call to undeclared library function 'memmove/calloc/malloc/memcpy/free/sprintf/etc.'` during running `build-all.sh` Probably it would be easier to add `-Wimplicit-function-declaration` to `CFLAGS`, but this solution feels more correct. Related to #21130. I will merge this in 36 hours if nobody minds or after it gets 2+ approves.