summaryrefslogtreecommitdiff
path: root/package/coreutils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-28 23:03:45 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-29 09:17:38 +0200
commitaec8d7046ca94bb2928bb3bbf6ad8d525c0098ab (patch)
tree6afc7733aa94a8a33b13e2b283348bdb8aec6e7b /package/coreutils
parent3e37b0fc6cbbe2245e39fedb247a381fb4e0d992 (diff)
packages: no longer pass --disable-dependency-tracking in individual packages
Now that --disable-dependency-tracking is passed by the autotools-package infrastructure, there's no longer any reason to pass it in individual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index af202b4cf..07a134778 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -61,7 +61,6 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
PERL=missing
COREUTILS_CONF_OPT = --disable-rpath \
- --disable-dependency-tracking \
--enable-install-program=hostname
define COREUTILS_POST_INSTALL