!781 disable sysboost

From: @pan-y182 
Reviewed-by: @yang_yanchao 
Signed-off-by: @yang_yanchao
This commit is contained in:
openeuler-ci-bot 2024-04-10 03:43:04 +00:00 committed by Gitee
commit 47e5305922
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -48,11 +48,7 @@
%undefine with_valgrind %undefine with_valgrind
%endif %endif
%ifarch loongarch64
%global ENABLE_RELOC 0 %global ENABLE_RELOC 0
%else
%global ENABLE_RELOC 1
%endif
# Only some architectures have static PIE support # Only some architectures have static PIE support
%define pie_arches %{ix86} x86_64 aarch64 loongarch64 %define pie_arches %{ix86} x86_64 aarch64 loongarch64
@ -71,7 +67,7 @@
############################################################################## ##############################################################################
Name: glibc Name: glibc
Version: 2.38 Version: 2.38
Release: 23 Release: 24
Summary: The GNU libc libraries Summary: The GNU libc libraries
License: %{all_license} License: %{all_license}
URL: http://www.gnu.org/software/glibc/ URL: http://www.gnu.org/software/glibc/
@ -1396,6 +1392,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Apr 9 2024 yangpan <yangpan51@huawei.com> - 2.38-24
- disable sysboost
* Thu Feb 29 2024 Peng Fan <fanpeng@loongson.cn> - 2.38-23 * Thu Feb 29 2024 Peng Fan <fanpeng@loongson.cn> - 2.38-23
- LoongArch: sync patch from glibc upstream - LoongArch: sync patch from glibc upstream
- Reduced kernel version requirements - Reduced kernel version requirements