From 571f05bbd0b96e2915b1efea01f55df6473050f8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 25 May 2013 16:01:28 +0200 Subject: [PATCH] make build verbose --- libwps.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libwps.spec b/libwps.spec index bcdfb0e..f3d4709 100644 --- a/libwps.spec +++ b/libwps.spec @@ -58,7 +58,8 @@ The %{name}-doc package contains documentation files for %{name} touch -r aclocal.m4 configure configure.in %build -%configure --disable-static --disable-werror --with-sharedptr=c++11 CXXFLAGS="$CXXFLAGS -std=c++11" +%configure --disable-silent-rules --disable-static --disable-werror \ + --with-sharedptr=c++11 CXXFLAGS="$CXXFLAGS -std=c++11" sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags}