mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
repatch v8 makefile for linux amd64 to add -fPIC flag
This commit is contained in:
parent
ea9693b0a7
commit
c0497bebea
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ $(SCONS): $(SCONSSRC)
|
|||
|
||||
$(V8SRC): build
|
||||
cp -r 2.1.10 build/v8
|
||||
patch -td build/v8 -i ../../fpic-on-linux-amd64.patch
|
||||
|
||||
$(SCONSSRC): build
|
||||
cp -r scons build
|
||||
|
|
Loading…
Reference in a new issue