From 55986bfffd3882f3e7c960b46dc4f366e2d4e7a7 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 3 Oct 2014 23:09:51 -0400 Subject: [PATCH] Add glibc options comments --- stage0/pkg/eglibc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stage0/pkg/eglibc b/stage0/pkg/eglibc index d86bf1a..3dde496 100644 --- a/stage0/pkg/eglibc +++ b/stage0/pkg/eglibc @@ -7,6 +7,11 @@ hvconfig_pre() export AR="${CLFS_TARGET}-ar" export RANLIB="${CLFS_TARGET}-ranlib" + # --with-headers + # tells GLIBC where the Linux kernel headers are installed. + # --enable-obsolete-rpc + # install rpc headers that are not installed by default but may be + # needed by other packages. CONFIGURE_OPTS="\ --prefix=/tools \ --host=${CLFS_TARGET} \ -- 2.20.1