From 9b076a39abf04442245738bf434cc35a85f502ca Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 16 Aug 2017 14:26:31 -0700 Subject: Record glibc 2.24+ dependency ... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman --- config/libc/glibc.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 363ab348..f6791301 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -21,6 +21,11 @@ if GLIBC_USE_PORTS_EXTERNAL source "config/versions/glibc-ports.in" endif +# Glibc has some dependencies on the kernel headers: +config GLIBC_DEP_KERNEL_HEADERS_VERSION + def_bool y + select LINUX_REQUIRE_3_2_or_later if GLIBC_2_24_or_later + config THREADS default "nptl" -- cgit v1.2.3