Chromium Code Reviews| Index: ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp |
| diff --git a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp b/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp |
| index c00cf980e9f8c18f7d668281272e4ca4b0caf650..4b509c0404d0baa038eaebd4747b3b49702dd596 100644 |
| --- a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp |
| +++ b/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp |
| @@ -16,6 +16,10 @@ |
| 'build_newlib': 1, |
| 'build_pnacl_newlib': 1, |
| }, |
| + # Always compile libppapi_stub with -fPIC so that -lppapi can be linked |
| + # into shared libraries (libppapi.so is linker script that pulls in |
|
Roland McGrath
2015/04/21 19:46:07
"is a linker script"
Sam Clegg
2015/04/21 22:02:19
Done.
|
| + # ppapi_stub). |
| + 'compile_flags': [ '-fPIC' ], |
| 'include_dirs': [ |
| '../../../..', |
| ], |