diff --git a/glib2.spec b/glib2.spec index 88ee441..86b02ab 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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 \