[liborcus] enable verbose output in configure already

David Tardon dtardon at fedoraproject.org
Tue May 28 15:28:10 UTC 2013


commit a373b13ab6015dfaa0b2817ba0a210a880bf5536
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 28 16:20:07 2013 +0200

    enable verbose output in configure already

 liborcus.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/liborcus.spec b/liborcus.spec
index 09b4d31..9386028 100644
--- a/liborcus.spec
+++ b/liborcus.spec
@@ -45,13 +45,14 @@ sed -i -e '38s at orcus-zip-dump\$(EXEEXT)@@' src/Makefile.in
 
 %build
 # TODO spreadsheet-model requires ixion
-%configure --disable-debug --disable-static --disable-werror --with-pic \
+%configure --disable-debug --disable-silent-rules --disable-static \
+    --disable-werror --with-pic \
     --disable-spreadsheet-model
 sed -i \
     -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
     -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
     libtool
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 
 %install


More information about the scm-commits mailing list