From 4e87443a2dcf807f3a1931613a519a7c240bc717 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 21 Dec 2012 11:56:29 +0100 Subject: [PATCH] Fixed CDEFINES --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 22b0b376..3b8a7d76 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 2.33 2012/12/20 13:43:41 kls Exp $ +# $Id: Makefile 2.34 2012/12/21 11:56:29 kls Exp $ .DELETE_ON_ERROR: @@ -16,7 +16,7 @@ CXX ?= g++ CXXFLAGS ?= $(CFLAGS) -Werror=overloaded-virtual -Wno-parentheses CDEFINES = -D_GNU_SOURCE -CDEFINES = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +CDEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE CWD := $(shell pwd) LSIDIR = ./libsi