Sha256: 43514d54e1be6d814edc8aaaba203a438991d085ef677a5c4fc9be661322a7e9

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

diff --git a/build/standalone.gypi b/build/standalone.gypi
index ebdf557..c7a59bc 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -98,6 +98,9 @@
           [ 'OS=="linux"', {
             'cflags': [ '-ansi' ],
           }],
+          [ '(OS=="linux" or OS=="freebsd" or OS=="solaris") and v8_target_arch=="x64" and component=="static_library"', {
+            'cflags': [ '-fPIC' ],
+          }],
           [ 'visibility=="hidden"', {
             'cflags': [ '-fvisibility=hidden' ],
           }],

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libv8-3.11.8.17 patches/fPIC-on-x64.patch
libv8-3.11.8.16 patches/fPIC-on-x64.patch