fix build error for loongarch64

This commit is contained in:
Wenlong Zhang 2024-06-19 17:17:08 +08:00
parent 08a6b6ea2e
commit 1fd245f586

View File

@ -6,7 +6,7 @@
%define modular_conf 1 %define modular_conf 1
%define split_getimage 1 %define split_getimage 1
%define baserelease 6 %define baserelease 7
%global use_clang_as_cc 0 %global use_clang_as_cc 0
%global use_clang_analyze 0 %global use_clang_analyze 0
@ -516,6 +516,8 @@ touch config.rpath
aclocal aclocal
autoconf autoconf
autoheader autoheader
%_update_config_guess
%_update_config_sub
%build %build
@ -1111,6 +1113,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Jun 19 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 1:6.06-7
- fix build error for loongarch64
* Mon Sep 11 2023 leeffo <liweiganga@uniontech.com> - 1:6.06-6 * Mon Sep 11 2023 leeffo <liweiganga@uniontech.com> - 1:6.06-6
- add install requires - add install requires