mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -28,7 +28,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
econf --disable-werror
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user