diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-02-23 00:47:52 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-02-23 00:48:12 +0100 |
commit | 32f2d135ae0be4622f332480c630b5d31134ef78 (patch) | |
tree | 2f70e4493f25ea831420250b8d2d2e50738fe0d5 /dev-lang/perl/files | |
parent | sys-kernel/gentoo-sources: Linux patch 4.15.5 (diff) | |
download | gentoo-32f2d135ae0be4622f332480c630b5d31134ef78.tar.gz gentoo-32f2d135ae0be4622f332480c630b5d31134ef78.tar.bz2 gentoo-32f2d135ae0be4622f332480c630b5d31134ef78.zip |
dev-lang/perl: No pointless linking to libnsl, no including xlocale.h
Bug: https://bugs.gentoo.org/648460
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lang/perl/files')
-rw-r--r-- | dev-lang/perl/files/perl-5.24-libnsl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/perl/files/perl-5.24-libnsl.patch b/dev-lang/perl/files/perl-5.24-libnsl.patch new file mode 100644 index 000000000000..5cd6f88c998e --- /dev/null +++ b/dev-lang/perl/files/perl-5.24-libnsl.patch @@ -0,0 +1,13 @@ +diff --git a/Configure b/Configure +index e32d18ce1f..85ab0249bc 100755 +--- a/Configure ++++ b/Configure +@@ -1497,7 +1497,7 @@ archname='' + usereentrant='undef' + : List of libraries we want. + : If anyone needs extra -lxxx, put those in a hint file. +-libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" ++libswanted="cl pthread socket bind inet ndbm gdbm dbm db malloc dl ld" + libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" + : We probably want to search /usr/shlib before most other libraries. + : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. |