make build verbose

f41
David Tardon 12 years ago
parent 6542792f88
commit 571f05bbd0

@ -58,7 +58,8 @@ The %{name}-doc package contains documentation files for %{name}
touch -r aclocal.m4 configure configure.in touch -r aclocal.m4 configure configure.in
%build %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|^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 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags} make %{?_smp_mflags}

Loading…
Cancel
Save