From ec59e37f4d1fc7dc1be354da3ca064ac3f7ac72f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 31 Mar 2003 20:01:12 +0000 Subject: make coreutils compile faster --- make/coreutils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/coreutils.mk b/make/coreutils.mk index 5e2b87754..c5fa23720 100644 --- a/make/coreutils.mk +++ b/make/coreutils.mk @@ -39,6 +39,8 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked --mandir=/usr/man \ --infodir=/usr/info \ --disable-nls \ + --disable-rpath \ + --disable-dependency-tracking \ ); #Fix up the max number of open files per process, which apparently # is not set when cross compiling -- cgit v1.2.3