summaryrefslogtreecommitdiffstats
path: root/make/coreutils.mk
diff options
context:
space:
mode:
authorManuel Novoa III2003-11-17 02:31:38 +0100
committerManuel Novoa III2003-11-17 02:31:38 +0100
commit50e1da8698f484cfcf6793136ea268c3f997d6ea (patch)
tree41b4b9ee3ae7f0ecb179689601ca048b825225b7 /make/coreutils.mk
parentFix most things when large file support is not configured. (diff)
downloadbuildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.tar.gz
buildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.tar.xz
buildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.zip
Fix most things when large file support is not configured.
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r--make/coreutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/coreutils.mk b/make/coreutils.mk
index 1a4f1c298..cc5c6cc77 100644
--- a/make/coreutils.mk
+++ b/make/coreutils.mk
@@ -40,6 +40,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
$(DISABLE_NLS) \
+ $(DISABLE_LARGEFILE) \
--disable-rpath \
--disable-dependency-tracking \
);