!9 fix build error for loongarch64

From: @zhangwenlong01 
Reviewed-by: @ut-layne-yang 
Signed-off-by: @ut-layne-yang
This commit is contained in:
openeuler-ci-bot 2024-07-15 13:15:42 +00:00 committed by Gitee
commit 12631d2b75
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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