X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Feglibc;fp=stage0%2Fpkg%2Feglibc;h=3dde496c2e65bfac55f12902f54e17ece7e42ac0;hb=55986bfffd3882f3e7c960b46dc4f366e2d4e7a7;hp=d86bf1aeee7dd7128fa3e3836fc1df0faa618cc2;hpb=c40cf9db268db61676c4e239314317e74fdbf87c;p=hvlinux.git 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} \