]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libgpg-error: optionally depends on gettext
authorArnout Vandecappelle <arnout@mind.be>
Thu, 25 Aug 2016 20:13:35 +0000 (22:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Aug 2016 09:02:15 +0000 (11:02 +0200)
commite2bd1ce7890741a92a6a6353a3832e41d3bc9f70
tree351032b0ba238edecbc75bf4bfef811203f32626
parent397962ce1737ba0f920ffc1d3a3ea2bc08b28270
package/libgpg-error: optionally depends on gettext

configure.ac has AM_GNU_GETTEXT(), which will enable i18n if a gettext
library is found. For uClibc, it is found if the gettext package has
been built, and it will add -lintl to the link flags. For musl and
glibc, it is always found, in libc itself so nothing is added to the
link flags.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Matthew Weber <matt@thewebers.ws>
Tested-by: Matthew Weber <matt@thewebers.ws>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libgpg-error/libgpg-error.mk