mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to the DEFINES in the Makefile
This commit is contained in:
parent
63d47f1f5d
commit
8e54caa205
2
HISTORY
2
HISTORY
@ -7427,3 +7427,5 @@ Video Disk Recorder Revision History
|
||||
"newplugin" script.
|
||||
- Fixed setting the --package-name and --package-version options in the calls to
|
||||
xgettext in several plugin Makefiles.
|
||||
- Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to the
|
||||
DEFINES in the Makefile (somehow got lost from Make.config.template in version 1.7.13).
|
||||
|
3
Makefile
3
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)\"
|
||||
|
Loading…
Reference in New Issue
Block a user