mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
11
www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch
Normal file
11
www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch
Normal 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;
|
||||
}
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user