diff options
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.16.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 8b6f0a71b0..5a58578e22 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb @@ -31,6 +31,11 @@ PARALLEL_MAKE = "" inherit autotools texinfo EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" +EXTRA_OECONF_append_libc-musl = "\ + gt_cv_func_gnugettext1_libc=yes \ + gt_cv_func_gnugettext2_libc=yes \ + " + acpaths = '-I ${S}/autoconf-lib-link/m4/ \ -I ${S}/gettext-runtime/m4 \ -I ${S}/gettext-tools/m4' @@ -41,7 +46,6 @@ do_configure_prepend() { do_install_append_libc-musl () { rm -f ${D}${libdir}/charset.alias - rm -f ${D}${includedir}/libintl.h } # these lack the .x behind the .so, but shouldn't be in the -dev package |