###############################################################################
name = glibc
-version = 2.38
+version = 2.40
release = 1
maintainer = Michael Tremer <michael.tremer@ipfire.org>
# 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}
> %{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