summaryrefslogtreecommitdiff
path: root/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-08-08 09:43:00 +0100
committerSam James <sam@gentoo.org>2025-08-08 09:53:55 +0100
commit4da417e851cef83792cdf0f2537e49b88771d8c2 (patch)
tree14a50f21077148785f9f6ca7b2fd4c5bbe6bef39 /www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild
parent7c2d26a62abf97bf881c907178ed5bc95e998cfd (diff)
downloadgentoo-4da417e851cef83792cdf0f2537e49b88771d8c2.tar.gz
gentoo-4da417e851cef83792cdf0f2537e49b88771d8c2.tar.bz2
gentoo-4da417e851cef83792cdf0f2537e49b88771d8c2.zip
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>
Diffstat (limited to 'www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild')
-rw-r--r--www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 cd1266aa6768..518f005fe4fa 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() {