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 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" diff --git a/packages/glibc/package.desc b/packages/glibc/package.desc index 13e2233..bef0c1d 100644 --- a/packages/glibc/package.desc +++ b/packages/glibc/package.desc @@ -1,4 +1,4 @@ origin='GNU' repository='git git://sourceware.org/git/glibc.git' mirrors='$(CT_Mirrors GNU glibc) $(CT_Mirrors sourceware glibc/releases)' -milestones='2.17 2.20 2.23' +milestones='2.17 2.20 2.23 2.24' diff --git a/packages/linux/package.desc b/packages/linux/package.desc index 3dae8f3..4596f4c 100644 --- a/packages/linux/package.desc +++ b/packages/linux/package.desc @@ -1,3 +1,4 @@ repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})' relevantpattern='2.*.*|. *.*|.' +milestones='3.2' -- cgit v0.10.2-6-g49f6