You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Term-ReadLine-Gnu/files/Term-ReadLine-Gnu-1.270.0-m...

13 lines
486 B

diff -ruN Term-ReadLine-Gnu-1.27-orig/Makefile.PL Term-ReadLine-Gnu-1.27/Makefile.PL
--- Term-ReadLine-Gnu-1.27-orig/Makefile.PL 2015-09-06 06:21:20.000000000 +0200
+++ Term-ReadLine-Gnu-1.27/Makefile.PL 2015-09-20 20:17:06.998740899 +0200
@@ -317,7 +317,7 @@
system($comp_cmd);
if ($?) {
warn "\nsystem(): $!";
- exit $err;
+ # exit $err; https://rt.cpan.org/Public/Bug/Display.html?id=107201
}
unless (`./rlmalloc` !~ /^ok$/ || $?) {
$extra_defs = $xdef;