Add --disable-silent-rules
To make it easier to debug build issues.
This commit is contained in:
parent
96178709bd
commit
9a01b6006b
@ -88,6 +88,7 @@ rm glib/pcre/*.[ch]
|
|||||||
# Support builds of both git snapshots and tarballs packed with autogoo
|
# 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;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
%configure $CONFIGFLAGS \
|
%configure $CONFIGFLAGS \
|
||||||
|
--disable-silent-rules \
|
||||||
--with-python=%{__python3} \
|
--with-python=%{__python3} \
|
||||||
--with-pcre=system \
|
--with-pcre=system \
|
||||||
--enable-systemtap \
|
--enable-systemtap \
|
||||||
|
Loading…
Reference in New Issue
Block a user