Fix syntax errors in comments
[hvlinux.git] / stage0 / pkg / eglibc
index 1c3e032..3dde496 100644 (file)
@@ -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} \
@@ -41,6 +46,12 @@ libc_cv_ssp=no
 EOF
 }
 
+hvbuild()
+{
+    ${HVMAKE}
+    ${HVMAKE} install inst_vardbdir=/tools/var/db
+}
+
 hvconfig_post()
 {
     unset BUILD_CC