mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
parent
3e37b0fc6c
commit
aec8d7046c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user