Files
termux-packages/packages/ghostscript
termux-pacman-bot 1b4bbe806c fix(main/ghostscript): clean up $CPPFLAGS and add tested $TERMUX_ON_DEVICE_BUILD=true support
this package's configure script checks only for $PKGCONFIG, but that variable
is currently only set globally in $TERMUX_ON_DEVICE_BUILD=false
mode. In $TERMUX_ON_DEVICE_BUILD=true mode, only $PKG_CONFIG is set globally.

ld.lld: error: undefined symbol: libiconv
many packages manually set this universally without comment,
but a pattern can be observed that reverse dependencies of libiconv
seem to always require this in $TERMUX_ON_DEVICE_BUILD=true mode,
and it gets set whenever someone creates $TERMUX_ON_DEVICE_BUILD=true support
for one of them.
see the commit message here:
bab423c2bd
2025-03-08 14:34:51 +00:00
..