diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-29 11:36:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-29 14:45:53 +0100 |
commit | fa4a0054f7ea1bc85c9ea00e9ad9a95ea536ead0 (patch) | |
tree | 2cb97efb758a4477e6d4dbfcfcfc07f907e64bdc /app-emulation | |
parent | net-misc/mico: rename 'nsd' to 'mico-nsd', bug#544488 (diff) | |
download | gentoo-fa4a0054f7ea1bc85c9ea00e9ad9a95ea536ead0.tar.gz gentoo-fa4a0054f7ea1bc85c9ea00e9ad9a95ea536ead0.tar.bz2 gentoo-fa4a0054f7ea1bc85c9ea00e9ad9a95ea536ead0.zip |
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
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/lxc-2.0.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/lxc/lxc-2.0.7.ebuild b/app-emulation/lxc/lxc-2.0.7.ebuild index 76107348b4d3..4266cc4ebf04 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) \ |