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/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch

12 lines
341 B

--- ./lib/Apache2/Build.pm~ 2019-10-05 12:04:39.000000000 +0100
+++ ./lib/Apache2/Build.pm 2020-10-28 19:20:40.809279091 +0000
@@ -1664,7 +1664,7 @@
my $ranlib = "\t" . '$(MODPERL_RANLIB) $@' . "\n";
- $link .= "\n" . $ranlib unless (DARWIN or OPENBSD);
+ #$link .= "\n" . $ranlib unless (DARWIN or OPENBSD);
$link;
}