shared-mimo-info: fix compilation with BUILD_NLS
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 18 Feb 2022 17:50:27 +0000 (18:50 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 18 Feb 2022 17:50:42 +0000 (18:50 +0100)
commitd096fb2150cc22ca7e15591e19fde4b4e1613b29
tree87675de625ab541076e9ff3eadf90f7e20434d9a
parent7072e4eeb75edbfa704b459acdd8e82dabc6d0a2
shared-mimo-info: fix compilation with BUILD_NLS

When you have enabled full Native Language Support, it could not be
compiled due to this error:

ccache_cc  -o src/update-mime-database src/update-mime-database.p/update-mime-database.c.o -L/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -Wl,--as-needed -Wl,--no-undefined -DPIC -fPIC -specs=/mox-master/build/include/hardened-ld-pie.specs -znow -zrelro -Wl,-rpath,/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -Wl,-rpath-link,/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -Wl,--start-group /mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libglib-2.0.so -L/mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lintl /mox-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libxml2.so -Wl,--end-group
/mox-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status

It happens also on gcc

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
utils/shared-mime-info/Makefile