diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-08 15:02:25 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-08 15:03:09 +0200 |
commit | 27cca9bf1fd1d36ae3a736de7b7c9df00751604b (patch) | |
tree | b2dbdc2131d0ed217ece422d6d2617fe828d8b93 /www-apache/mod_perl | |
parent | dev-perl/GooCanvas2: Fix goocanvas dependency, bug 767883 (diff) | |
download | gentoo-27cca9bf1fd1d36ae3a736de7b7c9df00751604b.tar.gz gentoo-27cca9bf1fd1d36ae3a736de7b7c9df00751604b.tar.bz2 gentoo-27cca9bf1fd1d36ae3a736de7b7c9df00751604b.zip |
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>
Diffstat (limited to 'www-apache/mod_perl')
-rw-r--r-- | www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch | 11 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.11.ebuild | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch b/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch new file mode 100644 index 000000000000..a8e9e3036937 --- /dev/null +++ b/www-apache/mod_perl/files/mod_perl-2.0.11-ranlib.patch @@ -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; + } diff --git a/www-apache/mod_perl/mod_perl-2.0.11.ebuild b/www-apache/mod_perl/mod_perl-2.0.11.ebuild index 014692d57e0b..3248c243ac04 100644 --- a/www-apache/mod_perl/mod_perl-2.0.11.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.11.ebuild @@ -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() { |