gettext-full: add gmsgfmt symlink in host install
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 25 Mar 2022 13:03:53 +0000 (15:03 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 25 Mar 2022 15:48:49 +0000 (17:48 +0200)
commit636cb00ecc8d693c36e48952f6d154f91e0e569e
tree3bbac58af6ef2eaf1d952ad53d5ea7c519202d2a
parent759886345d900139f38bd9200a32ce12868d3343
gettext-full: add gmsgfmt symlink in host install

Some configure scripts look for msgfmt and gmsgfmt. As we don't install
the latter, configure might pick up one from staging_dir/hostpkg, and
the other from the host:

checking for msgfmt... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt

This could potentially lead to hard to debug undefined behaviour.
Install a symlink in the host install phase to avoid this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/libs/gettext-full/Makefile