Disable -Werror

This commit is contained in:
David Tardon 2022-01-27 19:18:45 +01:00
parent 2a70334042
commit 9dd1edd4ea

View File

@ -39,7 +39,7 @@ the popular doxygen documentation generation tool.
%autosetup -p1 %autosetup -p1
%build %build
%configure --enable-doxygen --disable-static --disable-silent-rules %configure --enable-doxygen --disable-static --disable-silent-rules --disable-werror
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' \