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>
This commit is contained in:
Thomas Petazzoni
2014-08-28 23:03:45 +02:00
committed by Peter Korsgaard
parent 3e37b0fc6c
commit aec8d7046c
5 changed files with 1 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ IPERF_CONF_ENV = \
ac_cv_sizeof_bool=1
IPERF_CONF_OPT = \
--disable-dependency-tracking \
--disable-web100
$(eval $(autotools-package))