diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.36.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.36.0.bb b/meta/recipes-devtools/perl/perl_5.36.0.bb index 4d8a919d1e..b8dba00f18 100644 --- a/meta/recipes-devtools/perl/perl_5.36.0.bb +++ b/meta/recipes-devtools/perl/perl_5.36.0.bb | |||
@@ -109,6 +109,10 @@ do_configure:class-native() { | |||
109 | -Ui_xlocale \ | 109 | -Ui_xlocale \ |
110 | -Alddlflags=' ${LDFLAGS}' \ | 110 | -Alddlflags=' ${LDFLAGS}' \ |
111 | ${PACKAGECONFIG_CONFARGS} | 111 | ${PACKAGECONFIG_CONFARGS} |
112 | |||
113 | # This prevents leakage of build paths into perl-native binaries, which | ||
114 | # causes non-deterministic troubles when those paths no longer exist or aren't accessible. | ||
115 | sed -i -e "s,${STAGING_LIBDIR},/completelyboguspath,g" config.h | ||
112 | } | 116 | } |
113 | 117 | ||
114 | do_configure:append() { | 118 | do_configure:append() { |