Disable -Werror
This commit is contained in:
parent
2a70334042
commit
9dd1edd4ea
@ -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' \
|
||||||
|
Loading…
Reference in New Issue
Block a user