From d381f8e6ab376aa1a90da946c1bde740214fc866 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 27 Feb 2015 13:47:30 -0500 Subject: [PATCH] Lower minimum kernel version for glibc --- stage0/pkg/glibc | 2 +- stage2/pkg/glibc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stage0/pkg/glibc b/stage0/pkg/glibc index 32acf8f..85a2e38 100644 --- a/stage0/pkg/glibc +++ b/stage0/pkg/glibc @@ -18,7 +18,7 @@ hvconfig_pre() --build=${CLFS_HOST} \ --disable-profile \ --with-tls \ - --enable-kernel=$(get_pkg_ver3 ${KERNEL}) \ + --enable-kernel=$(get_pkg_ver1 ${KERNEL}).0.0 \ --with-__thread \ --with-binutils=${CROSS_TOOLS_DIR}/bin \ --enable-obsolete-rpc \ diff --git a/stage2/pkg/glibc b/stage2/pkg/glibc index 2b51e32..35c8625 100644 --- a/stage2/pkg/glibc +++ b/stage2/pkg/glibc @@ -7,7 +7,7 @@ hvconfig_pre() # needed by other packages. CONFIGURE_OPTS+=" \ --disable-profile \ - --enable-kernel=$(get_pkg_ver ${KERNEL}) \ + --enable-kernel=$(get_pkg_ver1 ${KERNEL}).0.0 \ --enable-obsolete-rpc \ --libexecdir=/usr/lib/glibc" -- 2.20.1