commit: 75a2b2b36067e3dc0dbd999f6a886d4999884072
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 09:56:48 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 09:57:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a2b2b3
sys-process/criu: disable -Werror, bug #679140
gcc-8 detected new warnings and broke the build:
compel/include/uapi/compel/asm/fpu.h:89:1: error:
alignment 1 of ‘struct xsave_struct_ia32’ is less than 16
[-Werror=packed-not-aligned]
The change disables -Werror as we do in unstable ebuilds.
Reported-by: Thomas Beutin
Closes: https://bugs.gentoo.org/679140
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-process/criu/criu-3.6.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-process/criu/criu-3.6.ebuild b/sys-process/criu/criu-3.6.ebuild
index 92f3e863605..5e41c3a8155 100644
--- a/sys-process/criu/criu-3.6.ebuild
+++ b/sys-process/criu/criu-3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -97,6 +97,7 @@ src_install() {
LOGROTATEDIR="${EPREFIX}"/etc/logrotate.d \
DESTDIR="${D}" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ WERROR=0 \
install
dodoc CREDITS README.md