From 9d58ae91df2115d110e41c21e9237b8e503331e5 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat, 28 Mar 2009 00:22:15 -0300
Subject: [PATCH 21/32] Makefile: Use only the needed LFS CFLAGS

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 8128284..b7cfef3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,7 @@ VERSION="0.24"
 CFLAGS = -std=c99 -pedantic -Wall -O3
 
 MANDATORY_CFLAGS := \
-	-D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
-	-D_LFS_LARGEFILE=1 -D_LFS64_LARGEFILE=1 \
-	-D_FILE_OFFSET_BITS=64 $(shell getconf LFS_CFLAGS 2>/dev/null) \
+	-D_LARGEFILE_SOURCE=1 $(shell getconf LFS_CFLAGS 2>/dev/null) \
 	-D_XOPEN_SOURCE=500
 
 ALL_CFLAGS += $(CFLAGS) $(MANDATORY_CFLAGS) -fPIC
-- 
1.6.2.rc0.226.gf08f


