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 <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-08 09:43:00 +01:00
parent 7c2d26a62a
commit 4da417e851

View File

@@ -28,7 +28,7 @@ src_prepare() {
}
src_compile() {
default
econf --disable-werror
}
src_install() {