summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/coreutils.mk2
1 files changed, 2 insertions, 0 deletions
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