Files
RedBear-OS/recipes/dev/git
vasilito 1488226b91 dev/git: add gettext build dependency (fixes 'ld: cannot find -lintl')
git links -lintl (libintl, from gettext) for i18n but never declared gettext as
a build dependency — it was implicitly relying on libintl.a already being in the
shared prefix sysroot from another package. When the relibc/kernel-touched boot-
ABI relink cleaned the sysroot, git's own sysroot lacked libintl and the link
failed. Declare the dependency so libintl.a is staged into git's sysroot.
2026-08-01 07:32:30 +03:00
..