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 5a58578e22..6710c8de21 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb | |||
| @@ -30,7 +30,11 @@ PARALLEL_MAKE = "" | |||
| 30 | 30 | ||
| 31 | inherit autotools texinfo | 31 | inherit autotools texinfo |
| 32 | 32 | ||
| 33 | EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" | 33 | EXTRA_OECONF += "--without-lispdir \ |
| 34 | --disable-csharp \ | ||
| 35 | --disable-openmp \ | ||
| 36 | --without-emacs \ | ||
| 37 | " | ||
| 34 | EXTRA_OECONF_append_libc-musl = "\ | 38 | EXTRA_OECONF_append_libc-musl = "\ |
| 35 | gt_cv_func_gnugettext1_libc=yes \ | 39 | gt_cv_func_gnugettext1_libc=yes \ |
| 36 | gt_cv_func_gnugettext2_libc=yes \ | 40 | gt_cv_func_gnugettext2_libc=yes \ |
