commit: bb283742dade9dd1fb1f721236c6c628600f568c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 8 09:04:31 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 09:05:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb283742
Revert "www-apache/mod_tls: disable -Werror"
This reverts commit 4da417e851cef83792cdf0f2537e49b88771d8c2.
Reverting this because it is only a partial fix as the build system
injects in it more ways than through this option.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
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 518f005fe4fa..cd1266aa6768 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() {
- econf --disable-werror
+ default
}
src_install() {