diff options
-rw-r--r-- | sys-power/thermald/thermald-2.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild b/sys-power/thermald/thermald-2.3-r1.ebuild index 2465a7a70379..1110e8a7182f 100644 --- a/sys-power/thermald/thermald-2.3-r1.ebuild +++ b/sys-power/thermald/thermald-2.3-r1.ebuild @@ -38,6 +38,7 @@ my_src_configure() { append-cxxflags -std=c++14 ECONF_SOURCE="${S}" econf \ + --disable-werror \ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" } |