From: Michael Tremer Date: Sat, 15 Feb 2025 14:52:23 +0000 (+0000) Subject: glibc: Update to 2.40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74899bf93cb3b7bf87ca01a22bad8f9b659e07cc;p=ipfire-3.x.git glibc: Update to 2.40 Signed-off-by: Michael Tremer --- 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