Makefile: use -D_FILE_OFFSET_BITS=64 to build dracut-install

master
Harald Hoyer 2013-03-18 10:58:25 +01:00
parent c9e5b75308
commit a3a8f58d73
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sysconfdir ?= ${prefix}/etc
bindir ?= ${prefix}/bin
mandir ?= ${prefix}/share/man
CFLAGS ?= -O2 -g -Wall
CFLAGS += -std=gnu99
CFLAGS += -std=gnu99 -D_FILE_OFFSET_BITS=64
bashcompletiondir ?= ${datadir}/bash-completion/completions

man1pages = lsinitrd.1