Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 907039
Collapse All | Expand All

(-)xfsprogs-6.5.0-orig/include/builddefs.in (-2 / +2 lines)
Lines 13-20 Link Here
13
MALLOCLIB = @malloc_lib@
13
MALLOCLIB = @malloc_lib@
14
LOADERFLAGS = @LDFLAGS@
14
LOADERFLAGS = @LDFLAGS@
15
LTLDFLAGS = @LDFLAGS@
15
LTLDFLAGS = @LDFLAGS@
16
CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -Wno-address-of-packed-member
16
CFLAGS = @CFLAGS@ -D_LARGEFILE64_SOURCE -Wno-address-of-packed-member
17
BUILD_CFLAGS = @BUILD_CFLAGS@ -D_FILE_OFFSET_BITS=64
17
BUILD_CFLAGS = @BUILD_CFLAGS@ -D_LARGEFILE64_SOURCE
18
18
19
# make sure we don't pick up whacky LDFLAGS from the make environment and
19
# make sure we don't pick up whacky LDFLAGS from the make environment and
20
# only use what we calculate from the configured options above.
20
# only use what we calculate from the configured options above.

Return to bug 907039