--enable-werror is no longer the default

f41
David Tardon 10 years ago
parent 1a82f05e6c
commit 44588a8d7a

@ -52,7 +52,7 @@ Currently supported: XHTML, raw, plain text.
%setup -q %setup -q
%build %build
%configure --disable-static --disable-werror %configure --disable-static
sed -i \ sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \

Loading…
Cancel
Save