From 78047b6f5c093fdfaa64c19f47798fcb1b5591d4 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 13 Nov 2016 16:06:17 -0500 Subject: www-client/chromium: fix null pointer deref in V8 with gcc-6 Bug: https://bugs.gentoo.org/588596 Package-Manager: portage-2.3.2_p5 --- www-client/chromium/chromium-54.0.2840.100.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www-client/chromium') diff --git a/www-client/chromium/chromium-54.0.2840.100.ebuild b/www-client/chromium/chromium-54.0.2840.100.ebuild index ec95879295c9..3c2597fd1309 100644 --- a/www-client/chromium/chromium-54.0.2840.100.ebuild +++ b/www-client/chromium/chromium-54.0.2840.100.ebuild @@ -538,6 +538,9 @@ src_configure() { # Make sure the build system will use the right tools, bug #340795. tc-export AR CC CXX NM + # https://bugs.gentoo.org/588596 + append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) + # Define a custom toolchain for GN myconf_gn+=" custom_toolchain=\"${FILESDIR}/toolchain:default\"" -- cgit v1.2.3-65-gdbad