From 904c2e8deaacb84fd58d152cf18e0f6ab2c5d0c5 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 23 Sep 2020 18:52:26 -0700 Subject: sys-process/criu: don't fail with non-empty GCOV envvar Bug: https://bugs.gentoo.org/744244 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev --- sys-process/criu/criu-3.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-process/criu') diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild index 0cab02a87743..aee154fafa4e 100644 --- a/sys-process/criu/criu-3.14-r2.ebuild +++ b/sys-process/criu/criu-3.14-r2.ebuild @@ -94,7 +94,7 @@ src_compile() { OBJCOPY="$(tc-getOBJCOPY)" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ ARCH="$(criu_arch)" \ - V=1 WERROR=0 DEBUG=0 \ + V=1 WERROR=0 DEBUG=0 GCOV= \ SETPROCTITLE=$(usex setproctitle) \ ${target} } -- cgit v1.2.3-65-gdbad