diff options
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.38.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.38.0.bb b/meta/recipes-devtools/perl/perl_5.38.0.bb index 2103a39dfa..a8623b6e84 100644 --- a/meta/recipes-devtools/perl/perl_5.38.0.bb +++ b/meta/recipes-devtools/perl/perl_5.38.0.bb | |||
| @@ -38,8 +38,10 @@ DEPENDS += "make-native" | |||
| 38 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" | 38 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" |
| 39 | 39 | ||
| 40 | PACKAGECONFIG ??= "gdbm" | 40 | PACKAGECONFIG ??= "gdbm" |
| 41 | PACKAGECONFIG:append:libc-musl = " anylocale" | ||
| 41 | PACKAGECONFIG[bdb] = ",-Ui_db,db" | 42 | PACKAGECONFIG[bdb] = ",-Ui_db,db" |
| 42 | PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" | 43 | PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" |
| 44 | PACKAGECONFIG[anylocale] = "-Dd_setlocale_accepts_any_locale_name=define,," | ||
| 43 | 45 | ||
| 44 | # Don't generate comments in enc2xs output files. They are not reproducible | 46 | # Don't generate comments in enc2xs output files. They are not reproducible |
| 45 | export ENC2XS_NO_COMMENTS = "1" | 47 | export ENC2XS_NO_COMMENTS = "1" |
