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)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 4 Apr 2022 22:20:24 +0000 (00:20 +0200)
commit3a3fdd62393900fd8c3b61d32f68c028c1c2c79b
tree99cda0616d55be9740c26805703f607ecf70fd62
parent9ae93c14fb4a9ac89d911813509d8470fffa6903
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>
(cherry picked from commit 636cb00ecc8d693c36e48952f6d154f91e0e569e)
package/libs/gettext-full/Makefile