diff options
Diffstat (limited to 'www-servers/apache/apache-2.4.33.ebuild')
-rw-r--r-- | www-servers/apache/apache-2.4.33.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-servers/apache/apache-2.4.33.ebuild b/www-servers/apache/apache-2.4.33.ebuild index 6ec7fdfb67e3..54ecf1cb0539 100644 --- a/www-servers/apache/apache-2.4.33.ebuild +++ b/www-servers/apache/apache-2.4.33.ebuild @@ -141,6 +141,11 @@ RDEPEND+="${CDEPEND}" REQUIRED_USE="apache2_modules_http2? ( ssl )" +PATCHES=( + # this *should* be included from upstream in the next release as it is currently in Git head + "${FILESDIR}/${P}-libressl-compatibility.patch" +) + pkg_setup() { # dependend critical modules which are not allowed in global scope due # to USE flag conditionals (bug #499260) |