From 1b2e235b5012c21939ced51e16f1305ad8dea75d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Mar 2022 08:15:59 +0100 Subject: perl-cross: update 1.3.6 -> 1.3.7 Drop upstreamed patches. 0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch is replaced with a tweak to configure parameters. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl_5.34.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb index 73fd2e0a79..b66931c77e 100644 --- a/meta/recipes-devtools/perl/perl_5.34.0.bb +++ b/meta/recipes-devtools/perl/perl_5.34.0.bb @@ -57,6 +57,7 @@ do_configure:class-target() { -Dusethreads \ -Dsoname=libperl.so.5 \ -Dvendorprefix=${prefix} \ + -Dvendorlibdir=${libdir} \ -Darchlibexp=${STAGING_LIBDIR}/perl5/${PV}/${TARGET_ARCH}-linux \ -Dlibpth='${libdir} ${base_libdir}' \ -Dglibpth='${libdir} ${base_libdir}' \ -- cgit 1.2.3-korg