www-apache/mod_perl: Fix build, bug 728554

Patch by  Chris Hall

Closes: https://bugs.gentoo.org/728554
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-05-08 15:02:25 +02:00
parent a344440d3e
commit 27cca9bf1f
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- ./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;
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -61,6 +61,7 @@ PATCHES=(
"${FILESDIR}/${PN}"-2.0.4-inline.patch # 550244
"${FILESDIR}/${PN}"-2.0.10_rc1-bundled-Apache-Test.patch # 352724
"${FILESDIR}/${PN}"-2.0.10_rc1-Gentoo-not-Unix.patch
"${FILESDIR}/${PN}"-2.0.11-ranlib.patch # 728554
)
src_prepare() {