[Pkg-chromium-commit] [pkg-chromium] 02/10: Release 28.0.1500.95-3.
Michael Gilbert
mgilbert at alioth.debian.org
Sat Aug 24 23:58:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository pkg-chromium.
commit 7c4ebb89ee343ad43b5172a9b498ef3e096826ec
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sat Aug 24 16:51:48 2013 +0000
Release 28.0.1500.95-3.
---
debian/changelog | 6 ++++++
debian/patches/gold-linker.patch | 19 ++++++++++++-------
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2bdb552..6117866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (28.0.1500.95-3) unstable; urgency=medium
+
+ * Fix placement of -fuse-ld=gold in ldflags.
+
+ -- Michael Gilbert <mgilbert at debian.org> Thu, 01 Aug 2013 16:38:05 +0000
+
chromium-browser (28.0.1500.95-2) unstable; urgency=medium
* Use -fuse-ld=gold instead of binutils-gold.
diff --git a/debian/patches/gold-linker.patch b/debian/patches/gold-linker.patch
index 1d1a98a..0249a32 100644
--- a/debian/patches/gold-linker.patch
+++ b/debian/patches/gold-linker.patch
@@ -1,15 +1,20 @@
-Index: chromium/src/build/common.gypi
+Index: chromium-browser-28.0.1500.95/src/build/common.gypi
===================================================================
---- chromium.orig/src/build/common.gypi 2013-07-30 20:36:37.139951931 +0000
-+++ chromium/src/build/common.gypi 2013-07-31 20:34:42.028799258 +0000
-@@ -2263,6 +2263,10 @@
+--- chromium-browser-28.0.1500.95.orig/src/build/common.gypi 2013-08-01 14:47:26.000000000 +0000
++++ chromium-browser-28.0.1500.95/src/build/common.gypi 2013-08-01 16:37:32.571621981 +0000
+@@ -2263,6 +2263,7 @@
# Don't warn about printf format problems.
# This is off by default in gcc but on in Ubuntu's gcc(!).
'-Wno-format',
+ '-fuse-ld=gold',
-+ ],
-+ 'ldflags': [
-+ '-fuse-ld=gold',
],
'cflags_cc!': [
# TODO(fischman): remove this.
+@@ -2646,6 +2647,7 @@
+ 'ldflags': [
+ '-Wl,-z,now',
+ '-Wl,-z,relro',
++ '-fuse-ld=gold',
+ ],
+ },
+ }],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git
More information about the Pkg-chromium-commit
mailing list