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