diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch')
| -rw-r--r-- | meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch b/meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch new file mode 100644 index 0000000000..c489f05bfe --- /dev/null +++ b/meta/recipes-devtools/perl/perl/perl-remove-nm-from-libswanted.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From 4732711e2548b6d734ca831d65dbcf501a89774e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andreas Koenig <andk@cpan.org> | ||
| 3 | Date: Sun, 3 Jan 2016 08:40:33 +0100 | ||
| 4 | Subject: [PATCH] Remove nm from libswanted | ||
| 5 | |||
| 6 | Nm stood for "New Math" library in the context of 1994. 2014 a conflicting | ||
| 7 | library libnm appeared that has a network manager context. | ||
| 8 | |||
| 9 | Upstream-Status: Backport [commit 4732711e on branch blead, tag v5.25.0] | ||
| 10 | |||
| 11 | --- | ||
| 12 | Configure | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/Configure b/Configure | ||
| 16 | index 0e71b4b..cfbdaa1 100755 | ||
| 17 | --- a/Configure | ||
| 18 | +++ b/Configure | ||
| 19 | @@ -1464,7 +1464,7 @@ libswanted_uselargefiles='' | ||
| 20 | : set usesocks on the Configure command line to enable socks. | ||
| 21 | : List of libraries we want. | ||
| 22 | : If anyone needs extra -lxxx, put those in a hint file. | ||
| 23 | -libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld" | ||
| 24 | +libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" | ||
| 25 | libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" | ||
| 26 | : We probably want to search /usr/shlib before most other libraries. | ||
| 27 | : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. | ||
| 28 | -- | ||
| 29 | 2.9.2 | ||
| 30 | |||
