From 4da417e851cef83792cdf0f2537e49b88771d8c2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 8 Aug 2025 09:43:00 +0100 Subject: [PATCH] www-apache/mod_tls: disable -Werror Though the option in --help is spelled '--enable-werror', the default is on, not off :( Closes: https://bugs.gentoo.org/961180 Signed-off-by: Sam James --- www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild b/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild index cd1266aa67680..518f005fe4fab 100644 --- a/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild +++ b/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild @@ -28,7 +28,7 @@ src_prepare() { } src_compile() { - default + econf --disable-werror } src_install() {