From 50e1da8698f484cfcf6793136ea268c3f997d6ea Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 17 Nov 2003 01:31:38 +0000 Subject: Fix most things when large file support is not configured. Mostly submitted by Thomas Lundquist . --- make/coreutils.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'make/coreutils.mk') 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 \ ); -- cgit v1.2.3