1
0
Fork 0
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:
Charles Lowell 2010-05-11 06:18:36 -05:00
parent ea9693b0a7
commit c0497bebea

View file

@ -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