app-misc/mc: workaround linkage against internal gettext, bug #693850
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 Sep 2019 21:41:15 +0000 (22:41 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 Sep 2019 21:44:13 +0000 (22:44 +0100)
commit4939d79d562b3490794aac9d3875d1fdf9a60e92
tree38d5114c90fe0fde62bd7a50775852495b813bbe
parente396085a56a87eefe09e97c3ce5763b62d97ed24
app-misc/mc: workaround linkage against internal gettext, bug #693850

The underlying issue is lack of support of linking in static
gettext into libmc.a due to a deficiency in m4/gettext.m4 (see
upstream bug for more details).

The workaround is to manually link bundled gettext into every
final binary. It fixes default case for musl but does not fix
the underlying issues. Let's leave fixing those to upstream.

Reported-by: Michael 'veremitz' Everitt
Bug: https://bugs.gentoo.org/693850
Bug: https://midnight-commander.org/ticket/3629
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-misc/mc/files/mc-4.8.23-gettext-test.patch [new file with mode: 0644]
app-misc/mc/files/mc-4.8.23-gettext.patch [new file with mode: 0644]
app-misc/mc/mc-4.8.23-r1.ebuild