Sha256: cc38ff23a2fdb93ca48bedf22eb78b86b5080586ec4ed6a6528167ebace8674d

Contents?: true

Size: 301 Bytes

Versions: 50

Compression:

Stored size: 301 Bytes

Contents

--- SConstruct
+++ SConstruct
@@ -139,6 +139,10 @@ LIBRARY_FLAGS = {
       'library:shared': {
         'CPPDEFINES': ['V8_SHARED'],
         'LIBS': ['pthread']
+      },
+      'arch:x64': {
+        'CCFLAGS':      ['-fPIC'],
+        'CXXFLAGS':     ['-fPIC']
       }
     },
     'os:macos': {

Version data entries

50 entries across 50 versions & 6 rubygems

Version Path
libv8-freebsd-3.3.10.4 lib/libv8/fpic-on-linux-amd64.patch
libv8-3.3.10.4 lib/libv8/fpic-on-linux-amd64.patch
libv8-3.5.10.beta1 lib/libv8/fpic-on-linux-amd64.patch
libv8-sgonyea-3.3.10 lib/libv8/fpic-on-linux-amd64.patch
libv8-3.3.10.2 lib/libv8/fpic-on-linux-amd64.patch
therubyracer-0.8.2 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.9.0beta4 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.9.0beta3 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.9.0beta2 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.9.0beta1 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.2.pre2 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.2.pre ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.1 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.1.pre2 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-heroku-0.8.1.pre3 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-heroku-0.8.1.pre2 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.1.pre1 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.0 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.0.pre3 ext/v8/upstream/fpic-on-linux-amd64.patch
therubyracer-0.8.0.pre2 ext/v8/upstream/fpic-on-linux-amd64.patch