diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-17 01:31:38 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-17 01:31:38 +0000 |
commit | 50e1da8698f484cfcf6793136ea268c3f997d6ea (patch) | |
tree | 41b4b9ee3ae7f0ecb179689601ca048b825225b7 /make/findutils.mk | |
parent | 8162065d968b219e01628d5118683ba41da6c121 (diff) | |
download | buildroot-novena-50e1da8698f484cfcf6793136ea268c3f997d6ea.tar.gz buildroot-novena-50e1da8698f484cfcf6793136ea268c3f997d6ea.zip |
Fix most things when large file support is not configured.
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
Diffstat (limited to 'make/findutils.mk')
-rw-r--r-- | make/findutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/findutils.mk b/make/findutils.mk index b7716b2c7..aaac14eaa 100644 --- a/make/findutils.mk +++ b/make/findutils.mk @@ -40,6 +40,7 @@ $(FINDUTILS_DIR)/.configured: $(FINDUTILS_DIR)/.unpacked --mandir=/usr/man \ --infodir=/usr/info \ $(DISABLE_NLS) \ + $(DISABLE_LARGEFILE) \ ); touch $(FINDUTILS_DIR)/.configured |