From b347dab33f5ad05f9b30e94223b9d4f78d615600 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Thu, 6 May 2010 22:13:37 -0500 Subject: [PATCH] linux amd64 patch not necessary anymore, with version 2.1.10 --- ext/v8/upstream/fpic-on-linux-amd64.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ext/v8/upstream/fpic-on-linux-amd64.patch diff --git a/ext/v8/upstream/fpic-on-linux-amd64.patch b/ext/v8/upstream/fpic-on-linux-amd64.patch deleted file mode 100644 index 7601b29..0000000 --- a/ext/v8/upstream/fpic-on-linux-amd64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- SConstruct -+++ SConstruct -@@ -139,6 +139,10 @@ LIBRARY_FLAGS = { - 'library:shared': { - 'CPPDEFINES': ['V8_SHARED'], - 'LIBS': ['pthread'] -+ }, -+ 'arch:x64': { -+ 'CCFLAGS': ['-fPIC'], -+ 'CXXFLAGS': ['-fPIC'] - } - }, - 'os:macos': {