Blame SOURCES/perl-scl-use-preload-each-time.patch

276c98
diff -up perl-5.20.1/Makefile.SH.orig perl-5.20.1/Makefile.SH
276c98
--- perl-5.20.1/Makefile.SH.orig	2015-01-08 09:03:23.371353023 +0100
276c98
+++ perl-5.20.1/Makefile.SH	2015-01-08 09:04:06.110815452 +0100
276c98
@@ -146,7 +146,7 @@ true)
276c98
 	    # INSTALL file, under "Building a shared perl library".
276c98
 	    # If there is no pre-existing $libperl, we don't need
276c98
 	    # to do anything further.
276c98
-	    if test -f $archlib/CORE/$libperl; then
276c98
+	    # if test -f $archlib/CORE/$libperl; then
276c98
 		rm -f preload
276c98
 		cat <<'EOT' > preload
276c98
 #! /bin/sh
276c98
@@ -157,7 +157,7 @@ exec "$@"
276c98
 EOT
276c98
 		chmod 755 preload
276c98
 		ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
276c98
-	    fi
276c98
+	    # fi
276c98
 	    ;;
276c98
 	os390)	test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
276c98
 		;;