summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-18 10:58:25 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-18 10:58:25 +0100
commita3a8f58d735040f4f800510bf45e6125c98dbae5 (patch)
tree6608ed7a84db4bacf17f095ace170cdc0f3d7d0f /Makefile
parentc9e5b75308d858dfb865d3db0a7bad1d6062348d (diff)
downloaddracut-a3a8f58d735040f4f800510bf45e6125c98dbae5.tar.gz
dracut-a3a8f58d735040f4f800510bf45e6125c98dbae5.tar.bz2
dracut-a3a8f58d735040f4f800510bf45e6125c98dbae5.zip
Makefile: use -D_FILE_OFFSET_BITS=64 to build dracut-install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 644d17d4..ce406476 100644
--- a/Makefile
+++ b/Makefile
@@ -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