diff options
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r-- | make/coreutils.mk | 1 |
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 \ ); |