5266162
diff -up chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie chromium-70.0.3538.67/sandbox/linux/BUILD.gn
5266162
--- chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie	2018-10-18 12:14:05.766939769 -0400
5266162
+++ chromium-70.0.3538.67/sandbox/linux/BUILD.gn	2018-10-18 12:16:37.820027182 -0400
5266162
@@ -315,10 +315,16 @@ if (is_linux) {
5266162
       # For ULLONG_MAX
5266162
       "-std=gnu99",
5266162
 
5266162
+      "-fPIE",
5266162
+
5266162
       # These files have a suspicious comparison.
5266162
       # TODO fix this and re-enable this warning.
5266162
       "-Wno-sign-compare",
5266162
     ]
5266162
+
5266162
+    ldflags = [
5266162
+      "-pie",
5266162
+    ]
5266162
   }
5266162
 }
5266162