disable sysboost

This commit is contained in:
yangpan 2024-04-09 20:57:26 +08:00
parent 4ec487f0fb
commit be8d066e3f

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