diff options
| author | Ludovic Courtès | 2015-10-03 12:19:23 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2015-10-03 14:36:07 +0200 |
| commit | 2ae71b746bd7265735cb50b2dd93a09ef45f9f38 (patch) | |
| tree | c21d45750c08601e24ba09744ed51410e8cb2aed /gnu/packages/base.scm | |
| parent | 997f86e96b003462751e4bde4397aec34090dc48 (diff) | |
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/packages/base.scm')
| -rw-r--r-- | gnu/packages/base.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a7d945991..99f60d140 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -476,6 +476,7 @@ store.") (modules '((guix build utils))) (patches (map search-patch '("glibc-ldd-x86_64.patch" + "glibc-locale-incompatibility.patch" "glibc-o-largefile.patch"))))) (build-system gnu-build-system) |