diff options
author | Sam James <sam@gentoo.org> | 2021-03-10 04:21:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-10 04:21:11 +0000 |
commit | ad49fd833d609fe1a93dd7b47df70a88dddd03d4 (patch) | |
tree | 2658bf36b2ea86cabc346cd77b1c602da0d9b8d3 /www-apache/mod_fastcgi_handler | |
parent | dev-libs/unittest++: Stabilize 2.0.0-r2 sparc, #770706 (diff) | |
download | gentoo-ad49fd833d609fe1a93dd7b47df70a88dddd03d4.tar.gz gentoo-ad49fd833d609fe1a93dd7b47df70a88dddd03d4.tar.bz2 gentoo-ad49fd833d609fe1a93dd7b47df70a88dddd03d4.zip |
www-apache/mod_fastcgi_handler: workaround depend.apache eclass issues
Bug: https://bugs.gentoo.org/616612
Closes: https://bugs.gentoo.org/653606
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache/mod_fastcgi_handler')
-rw-r--r-- | www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild (renamed from www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild index 83ca086002c3..140492bd2770 100644 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild +++ b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,3 +20,11 @@ APACHE2_MOD_DEFINE="FASTCGI_HANDLER" APXS2_ARGS="-o ${PN}.so -c *.c" need_apache2 + +src_install() { + # bug #653606 + # but true cause seems to be bug #616612 + APACHE_BASEDIR="/usr/$(get_libdir)/apache2" + APACHE_MODULESDIR="${APACHE_BASEDIR}/modules" + default +} |