diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-08 15:53:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-08 15:53:05 +0200 |
commit | c5d8e688dc79f8ea2094adf04d2274332cf5cb6c (patch) | |
tree | bd9164e5344c32a5e80324942c05b995d2c20034 /gnu-system.am | |
parent | 140b4bc6cd4cda79ab48c3fecc8c98afeb02cdf6 (diff) | |
download | guix-c5d8e688dc79f8ea2094adf04d2274332cf5cb6c.tar guix-c5d8e688dc79f8ea2094adf04d2274332cf5cb6c.tar.gz |
gnu: glibc: Patch 'openat64', which was buggy on 32-bit platforms.
* gnu/packages/patches/glibc-o-largefile.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Add it to 'patches'.
* 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 72ec9fc666..e98ae208a4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -473,6 +473,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-o-largefile.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ gnu/packages/patches/gnutls-doc-fix.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ |