commit: fa4a0054f7ea1bc85c9ea00e9ad9a95ea536ead0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 10:36:33 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:45:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4a0054
app-emulation/lxc: disable -Werror, fixes build failure on gcc-7.1
On gcc-7.1 build fails as a result of both more warnings from gcc
(implicit fallthrough) and a format truncation gcc bug:
https://gcc.gnu.org/PR78969#c4
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-emulation/lxc/lxc-2.0.7.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/lxc/lxc-2.0.7.ebuild
b/app-emulation/lxc/lxc-2.0.7.ebuild
index 76107348b4d..4266cc4ebf0 100644
--- a/app-emulation/lxc/lxc-2.0.7.ebuild
+++ b/app-emulation/lxc/lxc-2.0.7.ebuild
@@ -132,6 +132,7 @@ src_configure() {
--with-distro=gentoo \
--with-runtime-path=/run \
--disable-apparmor \
+ --disable-werror \
$(use_enable cgmanager) \
$(use_enable doc) \
$(use_enable examples) \