[libvisio] globally disable silent build

David Tardon dtardon at fedoraproject.org
Fri Jan 2 18:23:32 UTC 2015


commit e4252eda5d084ce1d5c121dcd9e17b2ab8f8d048
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jan 2 19:23:34 2015 +0100

    globally disable silent build

 libvisio.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libvisio.spec b/libvisio.spec
index 98b6166..a09292d 100644
--- a/libvisio.spec
+++ b/libvisio.spec
@@ -52,12 +52,12 @@ Currently supported: XHTML, raw, plain text.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-silent-rules
 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}
 
 export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
 help2man -N -n 'debug the conversion library' -o vsd2raw.1 ./src/conv/raw/.libs/vsd2raw


More information about the scm-commits mailing list