From 83e5e20c2c24f440b9212453336e7495402a9ed8 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 4 Nov 2012 01:26:27 +0100 Subject: [PATCH] build: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITS Don't define the _LARGEFILE_SOURCE and _FILE_OFFSET_BITS flags, they're inherited from libuv now. --- common.gypi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common.gypi b/common.gypi index ce556fb..4ceb257 100644 --- a/common.gypi +++ b/common.gypi @@ -157,11 +157,6 @@ 'BUILDING_V8_SHARED=1', 'BUILDING_UV_SHARED=1', ], - }, { - 'defines': [ - '_LARGEFILE_SOURCE', - '_FILE_OFFSET_BITS=64', - ], }], [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ], -- 2.7.4