%configure: add --disable-silent-rules

It's always annoying when important information such as compilation
options used for build is not available in build logs just because
silent build rules are enabled by default.

Fix this for the case of build rules generated by configure
by disabling silent rules.
This commit is contained in:
Дмитрий Левин 2019-04-16 18:46:34 +00:00
parent 52a00bd293
commit 37bfd938fd

View File

@ -68,6 +68,7 @@
--mandir=%{_mandir} \\\
--infodir=%{_infodir} \\\
--disable-dependency-tracking \\\
--disable-silent-rules \\\
%{?_configure_gettext:%{_configure_gettext}}
%_makeinstall_target install