From 06d7baf88759ae25ef6b52c1aaa97c535296b5dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Jan 2018 07:30:29 +0100 Subject: [PATCH] make build verbose Signed-off-by: Igor Gnatenko --- libxml2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libxml2.spec b/libxml2.spec index 7b9ee4a..74c680b 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -96,6 +96,7 @@ find doc -type f -executable -print -exec chmod 0644 {} ';' %build mkdir py2 py3 %global _configure ../configure +%global _configure_disable_silent_rules 1 ( cd py2 && %configure --cache-file=../config.cache --with-python=%{__python2} ) ( cd py3 && %configure --cache-file=../config.cache --with-python=%{__python3} ) %make_build -C py2