diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-02-17 01:45:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-17 12:28:26 +0100 |
commit | a576ec7a0e6c880029328d465402520ee1c20571 (patch) | |
tree | b8213af51a4e616b41bb256d9e1a6bdc4d268536 /source/l/glibc/glibc.locale.no-archive.diff | |
parent | 32bf7dfc2d59c3200fbe2dfc94400b8f966b6ab1 (diff) | |
download | current-a576ec7a0e6c880029328d465402520ee1c20571.tar.gz current-a576ec7a0e6c880029328d465402520ee1c20571.tar.xz |
Sun Feb 17 01:45:20 UTC 201920190217014520
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.
Diffstat (limited to 'source/l/glibc/glibc.locale.no-archive.diff')
-rw-r--r-- | source/l/glibc/glibc.locale.no-archive.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/l/glibc/glibc.locale.no-archive.diff b/source/l/glibc/glibc.locale.no-archive.diff new file mode 100644 index 000000000..173bafc72 --- /dev/null +++ b/source/l/glibc/glibc.locale.no-archive.diff @@ -0,0 +1,10 @@ +--- ./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'; |