summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-05 14:52:03 +0100
committerDavid Sterba <dsterba@suse.cz>2015-02-05 15:05:23 +0100
commitf00d59d78f07e4f0428f4cd4e342a43eb0a99359 (patch)
tree0f1d207af1e5c2268cdd7a68cd43b994f0d386a8 /Makefile.in
parent005526d065b73ee70a0a74223770e4dd2e7e1de2 (diff)
btrfs-progs: autoconf: largefile support is driven by configure
Don't force it in the makefile. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b92844b..c233d3dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,7 +13,6 @@ DISABLE_BTRFSCONVERT = @DISABLE_BTRFSCONVERT@
# Common build flags
CFLAGS = @CFLAGS@ \
-include config.h \
- -D_FILE_OFFSET_BITS=64 \
-DBTRFS_FLAT_INCLUDES \
-D_XOPEN_SOURCE=700 \
-fno-strict-aliasing \