From a6a9e75d9894267b344002df62f5b90c04b534b4 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 1 Jan 2019 20:03:48 +0100 Subject: [PATCH] enable verbose build in configure --- libwpg.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwpg.spec b/libwpg.spec index 29f2293..f5909d5 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -55,12 +55,12 @@ are: SVG, raw. %setup -q %build -%configure --disable-static --disable-werror +%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} %install make install DESTDIR=%{buildroot}