summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/chromium-55.0.2873.0.ebuild')
-rw-r--r--www-client/chromium/chromium-55.0.2873.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/www-client/chromium/chromium-55.0.2873.0.ebuild b/www-client/chromium/chromium-55.0.2873.0.ebuild
index 133ec4a2caa8..cc219080cb55 100644
--- a/www-client/chromium/chromium-55.0.2873.0.ebuild
+++ b/www-client/chromium/chromium-55.0.2873.0.ebuild
@@ -168,6 +168,7 @@ PATCHES=(
"${FILESDIR}/${PN}-54-ffmpeg2compat.patch"
"${FILESDIR}/${PN}-gn-r7.patch"
"${FILESDIR}/${PN}-system-zlib-r1.patch"
+ "${FILESDIR}/${PN}-gn-bootstrap-ld.patch"
)
pkg_pretend() {
@@ -535,10 +536,6 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
- # Work around people setting LD in make.conf, bug 597218.
- # gn's bootstrap.py looks at the environment first.
- export LD=${CXX}
-
# Define a custom toolchain for GN
myconf_gn+=" custom_toolchain=\"${FILESDIR}/toolchain:default\""