From 850eda59f82406f05dfe9d070ab4a32cdfd39e3b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Jan 22 2010 13:43:38 +0000 Subject: Disable autotools dependency tracking in %configure (#496522) - autotools dependency tracking isn't generally useful in rpm builds; disabling it results in cleaner build logs and possibly slight build speedups - patch from Ville Skyttä --- diff --git a/macros b/macros index e8087bc..bd97127 100644 --- a/macros +++ b/macros @@ -34,6 +34,7 @@ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ %{_configure} --build=%{_build} --host=%{_host} \\\ --program-prefix=%{?_program_prefix} \\\ + --disable-dependency-tracking \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ --bindir=%{_bindir} \\\