···1+diff -ru -x '*~' perl-5.14.2-orig/Configure perl-5.14.2/Configure
2+--- perl-5.14.2-orig/Configure 2011-09-26 11:44:34.000000000 +0200
3++++ perl-5.14.2/Configure 2012-02-16 17:24:50.779839039 +0100
4+@@ -1368,7 +1368,7 @@
5+ : List of libraries we want.
6+ : If anyone needs extra -lxxx, put those in a hint file.
7+ libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
8+-libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
9++libswanted="$libswanted m crypt sec c cposix posix ucb bsd BSD"
10+ : We probably want to search /usr/shlib before most other libraries.
11+ : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
12+ glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`