Makefile: use -D_FILE_OFFSET_BITS=64 to build dracut-install
parent
c9e5b75308
commit
a3a8f58d73
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ sysconfdir ?= ${prefix}/etc
|
||||||
bindir ?= ${prefix}/bin
|
bindir ?= ${prefix}/bin
|
||||||
mandir ?= ${prefix}/share/man
|
mandir ?= ${prefix}/share/man
|
||||||
CFLAGS ?= -O2 -g -Wall
|
CFLAGS ?= -O2 -g -Wall
|
||||||
CFLAGS += -std=gnu99
|
CFLAGS += -std=gnu99 -D_FILE_OFFSET_BITS=64
|
||||||
bashcompletiondir ?= ${datadir}/bash-completion/completions
|
bashcompletiondir ?= ${datadir}/bash-completion/completions
|
||||||
|
|
||||||
man1pages = lsinitrd.1
|
man1pages = lsinitrd.1
|
||||||
|
|
Loading…
Reference in New Issue