Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What
[p5sagit/p5-mst-13.2.git] / jpl / install-jpl
index 546ae91..f19e226 100755 (executable)
@@ -116,9 +116,9 @@ print "\nInstalling JNI module\n";
 system <<'END' and die "Couldn't install JNI\n";
 set -x
 cd JNI
-perl Makefile.PL
+perl Makefile.PL -e
 make clean
-perl Makefile.PL
+perl Makefile.PL -e
 make
 echo 'Attempting to install JNI as root'
 su root -c "make install"