From 74899bf93cb3b7bf87ca01a22bad8f9b659e07cc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Feb 2025 14:52:23 +0000 Subject: [PATCH] glibc: Update to 2.40 Signed-off-by: Michael Tremer --- glibc/glibc.nm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/glibc/glibc.nm b/glibc/glibc.nm index 395735ef1..912a50f89 100644 --- a/glibc/glibc.nm +++ b/glibc/glibc.nm @@ -4,7 +4,7 @@ ############################################################################### name = glibc -version = 2.38 +version = 2.40 release = 1 maintainer = Michael Tremer @@ -101,7 +101,7 @@ build # Locales mkdir -pv %{BUILDROOT}/usr/lib/locale # This would install all locales that are supported - make localedata/install-locales install_root=%{BUILDROOT} + make localedata/install-locales install_root=%{BUILDROOT} %{PARALLELISMFLAGS} # Install runtime linker configuration install -v -m 644 %{DIR_SOURCE}/ld.so.conf %{BUILDROOT}%{sysconfdir} @@ -120,9 +120,6 @@ build > %{BUILDROOT}%{libdir}/gconv/gconv-modules.cache chmod 644 %{BUILDROOT}%{libdir}/gconv/gconv-modules.cache - # Strip any object files - strip --strip-debug %{BUILDROOT}%{libdir}/*.o - # Some gconv libraries requires other libraries and contain $ORIGIN # as RUNPATH because they are all located in the same directory. # We do not support $ORIGIN as RUNPATH so change this to the directory -- 2.47.3