File chromium-sandbox-pie.patch of Package chromium.openSUSE_12.1_Update
--- chromium/src/sandbox/sandbox.gyp 2011-11-15 19:35:11.119851877 +0100
+++ chromium/src/sandbox/sandbox.gyp 2012-01-25 23:24:53.914568688 +0100
@@ -163,7 +163,10 @@
],
'cflags': [
# For ULLONG_MAX
- '-std=gnu99',
+ '-std=gnu99 -fPIE',
+ ],
+ 'ldflags': [
+ '-pie',
],
'include_dirs': [
'..',