summaryrefslogtreecommitdiffstats
path: root/lang/perl/patches/101-cross-compile-ldlibpth.patch
blob: 4ea0e3e4f47757daf9971e6cd6ea8c4c486c4b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -174,6 +174,12 @@ EOT
 		;;
 	esac
 
+	case "$usecrosscompile$perl" in
+	define?*)
+	        ldlibpth=''
+		;;
+	esac
+
 	;;
 
 *)	pldlflags=''