diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-03 12:19:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-03 14:36:07 +0200 |
commit | 2ae71b746bd7265735cb50b2dd93a09ef45f9f38 (patch) | |
tree | c21d45750c08601e24ba09744ed51410e8cb2aed /gnu-system.am | |
parent | 997f86e96b003462751e4bde4397aec34090dc48 (diff) | |
download | patches-2ae71b746bd7265735cb50b2dd93a09ef45f9f38.tar patches-2ae71b746bd7265735cb50b2dd93a09ef45f9f38.tar.gz |
gnu: glibc: Do not abort when incompatible locale data is found.
* gnu/packages/patches/glibc-locale-incompatibility.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f2f7e1752c..fbfe72845b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -471,6 +471,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-locales.patch \ + gnu/packages/patches/glibc-locale-incompatibility.patch \ gnu/packages/patches/glibc-o-largefile.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ gnu/packages/patches/gnucash-price-quotes-perl.patch \ |