summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-18 13:20:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-18 13:20:17 +0100
commit8e54caa2057fb8d2c65da1273aa805ef4c80b5af (patch)
tree45565ac11cdf8c0e94e3816caee5df1e3716d529 /Makefile
parent63d47f1f5dca4deb3da5a2988a43508b55af3403 (diff)
downloadvdr-8e54caa2057fb8d2c65da1273aa805ef4c80b5af.tar.gz
vdr-8e54caa2057fb8d2c65da1273aa805ef4c80b5af.tar.bz2
Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to the DEFINES in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e165ee88..682e14dc 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.30 2012/10/09 08:32:25 kls Exp $
+# $Id: Makefile 2.31 2012/12/18 13:20:17 kls Exp $
.DELETE_ON_ERROR:
@@ -68,6 +68,7 @@ LIRC_DEVICE ?= /var/run/lirc/lircd
DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\"
DEFINES += -D_GNU_SOURCE
+DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
DEFINES += -DCONFDIR=\"$(CONFDIR)\"