diff --git a/common.gypi b/common.gypi index 01ab2def6e..8a3179dae5 100644 --- a/common.gypi +++ b/common.gypi @@ -275,6 +275,9 @@ ['_type=="static_library" and OS=="solaris"', { 'standalone_static_library': 1, }], + ['OS=="openbsd"', { + 'ldflags': [ '-Wl,-z,wxneeded' ], + }], ], 'conditions': [ [ 'target_arch=="ia32"', {