mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
Revert "linux amd64 patch not necessary anymore, with version 2.1.10"
This reverts commit b347dab33f
.
This commit is contained in:
parent
6201e22a57
commit
ea9693b0a7
1 changed files with 13 additions and 0 deletions
13
ext/v8/upstream/fpic-on-linux-amd64.patch
Normal file
13
ext/v8/upstream/fpic-on-linux-amd64.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- SConstruct
|
||||
+++ SConstruct
|
||||
@@ -139,6 +139,10 @@ LIBRARY_FLAGS = {
|
||||
'library:shared': {
|
||||
'CPPDEFINES': ['V8_SHARED'],
|
||||
'LIBS': ['pthread']
|
||||
+ },
|
||||
+ 'arch:x64': {
|
||||
+ 'CCFLAGS': ['-fPIC'],
|
||||
+ 'CXXFLAGS': ['-fPIC']
|
||||
}
|
||||
},
|
||||
'os:macos': {
|
Loading…
Add table
Reference in a new issue