summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl/perl_5.38.0.bb2
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"
38PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" 38PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0"
39 39
40PACKAGECONFIG ??= "gdbm" 40PACKAGECONFIG ??= "gdbm"
41PACKAGECONFIG:append:libc-musl = " anylocale"
41PACKAGECONFIG[bdb] = ",-Ui_db,db" 42PACKAGECONFIG[bdb] = ",-Ui_db,db"
42PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" 43PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm"
44PACKAGECONFIG[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
45export ENC2XS_NO_COMMENTS = "1" 47export ENC2XS_NO_COMMENTS = "1"