X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Futil-linux;h=83ec82464cce64e15579cc4f3dff61d115c984b6;hb=cf3d9a3b194a6578c881cdd4eb528398d4de2741;hp=5778f601713c009833d24920923f827fe30c7880;hpb=a5e9d35a909f5561e79244e581d99a53e1bbda97;p=hvlinux.git diff --git a/stage1/pkg/util-linux b/stage1/pkg/util-linux index 5778f60..83ec824 100644 --- a/stage1/pkg/util-linux +++ b/stage1/pkg/util-linux @@ -4,7 +4,7 @@ # cross-compiling: hvconfig_cache() { -cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF +cat > ${BUILD_DIR}/config.cache << EOF scanf_cv_type_modifier=as EOF } @@ -24,4 +24,7 @@ hvbuild_post() for link in ${LINKS}; do ln -svfT /tools/bin/${link} ${LFS}/bin/${link} done + + sed -i -e "s@ /tools/lib/libuuid.la@ ${TOOLS_DIR}/lib/libuuid.la@" \ + ${TOOLS_DIR}/lib/libblkid.la }