aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.16/files/patch-Configure
blob: 0abb559cbc33f17760c4afe38f701fbf0d2c5064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Configure.orig	2010-07-14 15:28:45.000000000 +0000
+++ Configure	2010-07-14 15:29:23.000000000 +0000
@@ -4780,7 +4780,7 @@
 libpth=''
 for xxx in $dlist
 do
-    if $test -d $xxx; then
+    if $test -d $xxx || [ $xxx = $prefix/lib ]; then
 		case " $libpth " in
 		*" $xxx "*) ;;
 		*) libpth="$libpth $xxx";;