diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-07 21:36:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-07 21:39:32 +0100 |
commit | 12ff7f3fc77ce6a7a3d7be9555e602be3c63704d (patch) | |
tree | 9d8505a0e07da8745e50e5916c45721b42bfc6d5 /gnu/packages/patches | |
parent | 036ed3a8305ba0fb113666d52989cb4b009c5b72 (diff) | |
download | guix-12ff7f3fc77ce6a7a3d7be9555e602be3c63704d.tar guix-12ff7f3fc77ce6a7a3d7be9555e602be3c63704d.tar.gz |
gnu: glibc: Add a comment in the patch.
* gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: Add a comment.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/glibc-allow-kernel-2.6.32.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/patches/glibc-allow-kernel-2.6.32.patch b/gnu/packages/patches/glibc-allow-kernel-2.6.32.patch index ce18b874c4..c03807323f 100644 --- a/gnu/packages/patches/glibc-allow-kernel-2.6.32.patch +++ b/gnu/packages/patches/glibc-allow-kernel-2.6.32.patch @@ -1,3 +1,10 @@ +This patch allows libc to be used with the heavily-patched kernel found +on CentOS 6, which identifies itself as 2.6.32. + +See <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00392.html>. + +Patch taken from Nixpkgs. + diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index cace758c01..38fe7fe0b0 100644 --- a/sysdeps/unix/sysv/linux/configure |