summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-16 21:26:31 (GMT)
committerAlexey Neyman <stilor@att.net>2017-08-16 21:26:31 (GMT)
commit9b076a39abf04442245738bf434cc35a85f502ca (patch)
tree7bc58233f52e32c5a188ad601d64826375e61f81 /config/libc/glibc.in
parent3d470580cedeffb86d33832ffffc7ad010978b4f (diff)
Record glibc 2.24+ dependency
... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 363ab34..f679130 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"