slackware-current/source/l/glibc/glibc.locale.no-archive.diff
Patrick J Volkerding a576ec7a0e Sun Feb 17 01:45:20 UTC 2019
a/glibc-solibs-2.29-x86_64-3.txz:  Rebuilt.
ap/texinfo-6.6-x86_64-1.txz:  Upgraded.
l/elfutils-0.176-x86_64-1.txz:  Upgraded.
l/glibc-2.29-x86_64-3.txz:  Rebuilt.
l/glibc-i18n-2.29-x86_64-3.txz:  Rebuilt.
  Go back to using the glibc.locale.no-archive.diff patch rather than the new
  built-in no-archive locale target. Avoiding hardlinks is not worth 700MB of
  useless bloat. Thanks to baldzhang.
l/glibc-profile-2.29-x86_64-3.txz:  Rebuilt.
l/librsvg-2.44.13-x86_64-1.txz:  Upgraded.
x/xf86-video-chips-1.4.0-x86_64-1.txz:  Upgraded.
x/xf86-video-tdfx-1.5.0-x86_64-1.txz:  Upgraded.
2019-02-17 12:28:26 +01:00

10 lines
442 B
Diff

--- ./localedata/Makefile.orig 2019-02-16 14:05:01.794154302 -0600
+++ ./localedata/Makefile 2019-02-16 14:06:25.744146460 -0600
@@ -413,6 +413,7 @@
echo -n '...'; \
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
$(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
+ --no-archive \
-i locales/$$input -f charmaps/$$charset \
$(addprefix --prefix=,$(install_root)) $$locale \
&& echo ' done';