From 81cfbee3410e236a3e6c7a64c9bfbed821706482 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 11 Aug 2015 07:35:33 +0300 Subject: [PATCH] mtd: drop unconditional non LFS build Buildroot removed non LFS support in the 2015.05 release. We now pass -D_FILE_OFFSET_BITS=64 unconditionally, so the mtd WITHOUT_LARGEFILE make variable has no effect. [Thomas: keep using += for other assigments of MTD_MAKE_OPTS.] Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- package/mtd/mtd.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk index edf6e083ed..42a8c1deb3 100644 --- a/package/mtd/mtd.mk +++ b/package/mtd/mtd.mk @@ -24,8 +24,6 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y) MTD_DEPENDENCIES += busybox endif -MTD_MAKE_OPTS = WITHOUT_LARGEFILE=1 - # If extended attributes are required, the acl package must # also be enabled which will also include the attr package. ifeq ($(BR2_PACKAGE_ACL),y) -- 2.30.2