rpm/rpm-deptracking.patch
Stephan Kulow 9469b26816 Accepting request 91694 from home:elvigia:branches:Base:System
- The %configure macro should use --disable-dependency-tracking
  that feature makes no sense when building rpms and only generates
  extra I/O and uglify log files. Fedora uses it since 
  redhat-rpm-config version 9.1.0 too.

OBS-URL: https://build.opensuse.org/request/show/91694
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=157
2011-11-21 14:59:28 +00:00

13 lines
404 B
Diff

--- macros.in.orig
+++ macros.in
@@ -900,7 +900,8 @@ print (t)\
--localstatedir=%{_localstatedir} \\\
--sharedstatedir=%{_sharedstatedir} \\\
--mandir=%{_mandir} \\\
- --infodir=%{_infodir}
+ --infodir=%{_infodir} \\\
+ --disable-dependency-tracking
#------------------------------------------------------------------------------
# The make install analogue of %configure for modern autotools: