elinks
elinks copied to clipboard
Support system gettext
Elinks bundles a very old copy of gettext that might have security vulnerabilities. It would be great if it could also be built with an external gettext. (See https://bugs.gentoo.org/635110 .)
I think the copy of gettext has been slightly modified (something related to access keys?).
I doubt that old gettext code in ELinks with static set of translations is more dangerous than new versions of gettext.
Added --enable-gettext to ./configure It chooses system gettext In meson it is -Dgettext=true
I think that this should be added without additional gettext option and should be hooked under nsl.