1488226b91
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.