package/Makefile.in: correct gettext handling for musl
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 16:02:06 +0000 (17:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 16:02:06 +0000 (17:02 +0100)
commitdc95d50fe3ee4dc72f19f838f9c05fec75973140
treea376881f8b777268dfe06010c2a4cfdfd5fd48ce
parent82fd195a54d54ee000d8407da9bcbe8db4b58df1
package/Makefile.in: correct gettext handling for musl

Based on a patch by Bernd Kuhls.

The AM_GNU_GETTEXT autotools macro misdetects musl gettext support as it
checks for internal glibc symbols.  Work around it by forcing libc gettext
support when musl is used for the supported gettext api levels.

As this is a generic issue for any package using AM_GNU_GETTEXT, add it to
the global TARGET_CONFIGURE_ARGS instead of for each affected package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in