9469b26816
- 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
13 lines
404 B
Diff
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:
|