%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:
parent
52a00bd293
commit
37bfd938fd
@ -68,6 +68,7 @@
|
||||
--mandir=%{_mandir} \\\
|
||||
--infodir=%{_infodir} \\\
|
||||
--disable-dependency-tracking \\\
|
||||
--disable-silent-rules \\\
|
||||
%{?_configure_gettext:%{_configure_gettext}}
|
||||
|
||||
%_makeinstall_target install
|
||||
|
Loading…
x
Reference in New Issue
Block a user