enable verbose output in configure already

f41
David Tardon 12 years ago
parent 968556929b
commit a373b13ab6

@ -45,13 +45,14 @@ sed -i -e '38s@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

Loading…
Cancel
Save