Update OBS-URL: https://build.opensuse.org/request/show/101617 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=102
15 lines
415 B
Diff
15 lines
415 B
Diff
--- 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': [
|
|
'..',
|