]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
glibc: Update to 2.40
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 14:52:23 +0000 (14:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 14:52:23 +0000 (14:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
glibc/glibc.nm

index 395735ef19b7cd2cb173311cc7f61906fcf176e4..912a50f8997484357c57c1c7ad552753abb87688 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = glibc
-version    = 2.38
+version    = 2.40
 release    = 1
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
@@ -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