[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/20.0.1132.21_r139451-1-8-g18428fd

Giuseppe Iuculano iuculano at debian.org
Wed Jun 6 08:24:06 UTC 2012


The following commit has been merged in the master branch:
commit 5890c9b95d4e18d28343e4c2743710366cfb52ca
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sun Jun 3 14:20:19 2012 +0200

    Do not use third_party/gold as the linker.
    
    Closes: #675563

diff --git a/debian/rules b/debian/rules
index 1c1e200..10b2b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,9 @@ GYP_DEFINES += use_gnome_keyring=1
 #Disable nacl
 GYP_DEFINES += disable_nacl=1
 
+# do not use third_party/gold as the linker.
+GYP_DEFINES += linux_use_gold_binary=0 linux_use_gold_flags=0
+
 # Only keep -Werror when building for the Debian or Ubuntu development branches
 ifeq (,$(filter unstable development,$(DEBIAN_DIST)))
 GYP_DEFINES += werror=$(NULL)

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list