From 9a01b6006ba24b5758394af2cc200ce1112ec99d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Aug 2018 09:39:30 -0400 Subject: [PATCH] Add --disable-silent-rules To make it easier to debug build issues. --- glib2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glib2.spec b/glib2.spec index 26a6e26..08aff35 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 \