summarylogtreecommitdiffstats
path: root/sandbox-linux-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-linux-build.patch')
-rw-r--r--sandbox-linux-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox-linux-build.patch b/sandbox-linux-build.patch
new file mode 100644
index 000000000000..51f4be046f5d
--- /dev/null
+++ b/sandbox-linux-build.patch
@@ -0,0 +1,11 @@
+--- sandbox/linux/BUILD.gn.orig 2017-04-25 02:44:30.018952498 +0000
++++ sandbox/linux/BUILD.gn 2017-04-25 02:45:03.731526441 +0000
+@@ -278,7 +278,7 @@
+
+ cflags = [
+ # For ULLONG_MAX
+- "-std=gnu99 -fPIE",
++ "-std=gnu99", "-fPIE",
+
+ # These files have a suspicious comparison.
+ # TODO fix this and re-enable this warning.