diff options
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_h2/mod_h2-1.15.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apache/mod_h2/mod_h2-1.15.21.ebuild b/www-apache/mod_h2/mod_h2-1.15.21.ebuild index 9d7e1b600b10..6810ef8cd25a 100644 --- a/www-apache/mod_h2/mod_h2-1.15.21.ebuild +++ b/www-apache/mod_h2/mod_h2-1.15.21.ebuild @@ -33,6 +33,7 @@ need_apache2_4 src_prepare() { default + sed -i -e 's#SBINDIR/apachectl#SBINDIR/apache2ctl#' configure.ac || die # https://github.com/icing/mod_h2/issues/218 eautoreconf } |