summarylogtreecommitdiffstats
path: root/sandbox-linux-build.patch
diff options
context:
space:
mode:
authorIru Cai2017-04-25 10:47:57 +0800
committerIru Cai2017-04-25 10:47:57 +0800
commit18350ac88346f43076473d815847f79d3907c883 (patch)
tree9174f0345005e381d9fdc9bdd00aa862aaf05b8c /sandbox-linux-build.patch
parent6f1b7fb358d6c6e0298ca5fb835cf346c5833ce0 (diff)
downloadaur-18350ac88346f43076473d815847f79d3907c883.tar.gz
fix sandbox/linux/BUILD.gn
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.