0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-04 21:41:18 +00:00
Files
Robert Kirkman 4c55a8a0bf 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 08:16:14 -06:00
..