configure with --disable-werror

There is no problem right now, but in general using -Werror for
distribution builds is a PITA.
f41
David Tardon 13 years ago
parent cdf7bf6ae6
commit a1a4d1313e

@ -33,7 +33,7 @@ Includes and definitions for developing with libwpd.
%setup -q
%build
%configure --without-docs --disable-static
%configure --without-docs --disable-static --disable-werror
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}

Loading…
Cancel
Save