| Index: third_party/instrumented_libraries/instrumented_libraries.gyp
|
| diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| index 47e787498cd95169ffcb1f00c8c01800db7c9481..da0b05b2d77713e33eb2e3b1e72e9b76534823c6 100644
|
| --- a/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| @@ -231,6 +231,14 @@
|
| 'package_name': 'libgcrypt11',
|
| 'dependencies=': [],
|
| 'package_ldflags': ['-Wl,-z,muldefs'],
|
| + 'extra_configure_flags': [
|
| + # From debian/rules.
|
| + '--enable-noexecstack',
|
| + '--enable-ld-version-script',
|
| + '--enable-static',
|
| + # http://crbug.com/344505
|
| + '--disable-asm'
|
| + ],
|
| 'includes': ['standard_instrumented_package_target.gypi'],
|
| },
|
| {
|
|
|