From c0497bebea7460a4edd3e4655e03fa90cc8083cd Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 11 May 2010 06:18:36 -0500 Subject: [PATCH] repatch v8 makefile for linux amd64 to add -fPIC flag --- ext/v8/upstream/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/v8/upstream/Makefile b/ext/v8/upstream/Makefile index fcad840..e99ccbd 100644 --- a/ext/v8/upstream/Makefile +++ b/ext/v8/upstream/Makefile @@ -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