From bcdf32e7bc086bef47d032295149f504e05c04f8 Mon Sep 17 00:00:00 2001 From: yangpan Date: Tue, 9 Apr 2024 20:57:26 +0800 Subject: [PATCH] disable sysboost (cherry picked from commit be8d066e3f190789d7ea165b3bd3e4dd1141a69f) --- glibc.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index d170489..8bcb785 100644 --- a/glibc.spec +++ b/glibc.spec @@ -48,11 +48,7 @@ %undefine with_valgrind %endif -%ifarch loongarch64 %global ENABLE_RELOC 0 -%else -%global ENABLE_RELOC 1 -%endif # Only some architectures have static PIE support %define pie_arches %{ix86} x86_64 aarch64 loongarch64 @@ -71,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 23 +Release: 24 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1396,6 +1392,9 @@ fi %endif %changelog +* Tue Apr 9 2024 yangpan - 2.38-24 +- disable sysboost + * Thu Feb 29 2024 Peng Fan - 2.38-23 - LoongArch: sync patch from glibc upstream - Reduced kernel version requirements -- Gitee