From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../perl/perl/debian/ld_run_path.diff | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 external/poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff (limited to 'external/poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff') diff --git a/external/poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff b/external/poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff deleted file mode 100644 index ff0b2871..00000000 --- a/external/poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff +++ /dev/null @@ -1,25 +0,0 @@ -From 53ce69085918232a1b7e26e7762c1b2f70b1eb4a Mon Sep 17 00:00:00 2001 -From: Brendan O'Dea -Date: Fri, 18 Mar 2005 22:22:25 +1100 -Subject: Remove standard libs from LD_RUN_PATH as per Debian policy. - -Patch-Name: debian/ld_run_path.diff -Upstream-Status: Pending ---- - cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm -index 37bcfd4..bd66e65 100644 ---- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm -+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm -@@ -56,6 +56,9 @@ sub _unix_os2_ext { - my ( $pwd ) = cwd(); # from Cwd.pm - my ( $found ) = 0; - -+ # Debian-specific: don't use LD_RUN_PATH for standard dirs -+ $ld_run_path_seen{$_}++ for @libpath; -+ - foreach my $thislib ( split ' ', $potential_libs ) { - my ( $custom_name ) = ''; - -- cgit 1.2.3-korg