From 850eda59f82406f05dfe9d070ab4a32cdfd39e3b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 22 Jan 2010 15:43:38 +0200 Subject: [PATCH] =?UTF-8?q?Disable=20autotools=20dependency=20tracking=20i?= =?UTF-8?q?n=20%configure=20(#496522)=20-=20autotools=20dependency=20track?= =?UTF-8?q?ing=20isn't=20generally=20useful=20in=20rpm=20builds;=20=20=20d?= =?UTF-8?q?isabling=20it=20results=20in=20cleaner=20build=20logs=20and=20p?= =?UTF-8?q?ossibly=20slight=20build=20speedups=20-=20patch=20from=20Ville?= =?UTF-8?q?=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- macros | 1 + 1 file changed, 1 insertion(+) 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} \\\