Add --disable-silent-rules

To make it easier to debug build issues.
This commit is contained in:
Colin Walters 2018-08-27 09:39:30 -04:00
parent 96178709bd
commit 9a01b6006b
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ rm glib/pcre/*.[ch]
# Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--disable-silent-rules \
--with-python=%{__python3} \
--with-pcre=system \
--enable-systemtap \