[Pkg-chromium-commit] [pkg-chromium] 03/03: release 53.0.2785.92-3
Michael Gilbert
mgilbert at moszumanska.debian.org
Sun Sep 11 22:52:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository pkg-chromium.
commit dfd37f3f9f761f2fe3033a70532972f799be9b31
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sun Sep 11 22:49:40 2016 +0000
release 53.0.2785.92-3
---
debian/changelog | 6 ++++++
debian/rules | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8245b92..b17c538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (53.0.2785.92-3) unstable; urgency=medium
+
+ * Add -fno-delete-null-pointer checks to the build flags (closes: #833501).
+
+ -- Michael Gilbert <mgilbert at debian.org> Sun, 11 Sep 2016 14:47:55 +0000
+
chromium-browser (53.0.2785.92-2) unstable; urgency=medium
* Build with gcc 6 (closes: #835943).
diff --git a/debian/rules b/debian/rules
index eb1eba0..0f4b60a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,10 @@ export LDFLAGS+=-Wl,--no-keep-memory -Wl,--reduce-memory-overheads -Wl,--hash-si
# more verbose linker output
export LDFLAGS+=-Wl,--stats
+# avoid error in v8's garbage collector (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=68853)
+export CFLAGS+=-fno-delete-null-pointer-checks
+export CXXFLAGS+=-fno-delete-null-pointer-checks
+
# use the gold linker to avoid memory exhaustion issues at link time
export CFLAGS+=-fuse-ld=gold
export CXXFLAGS+=-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