mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: glibc: Add a comment in the patch.
* gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: Add a comment.
This commit is contained in:
parent
036ed3a830
commit
12ff7f3fc7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure
|
||||||
index cace758c01..38fe7fe0b0 100644
|
index cace758c01..38fe7fe0b0 100644
|
||||||
--- a/sysdeps/unix/sysv/linux/configure
|
--- a/sysdeps/unix/sysv/linux/configure
|
||||||
|
|
Loading…
Reference in a new issue