Record glibc 2.24+ dependency

... on kernel headers of 3.2 and newer.

Fixes #794.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-08-16 14:26:31 -07:00
parent 3d470580ce
commit 9b076a39ab
3 changed files with 7 additions and 1 deletions

View File

@ -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"

View File

@ -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'

View File

@ -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'