X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fe2fsprogs;h=df037254a870b5694b905983ec861411fa29088e;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=0d9f4016b0cdb102703f8b6904dbf42e498a1daf;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pkg/e2fsprogs b/stage1/pkg/e2fsprogs index 0d9f401..df03725 100644 --- a/stage1/pkg/e2fsprogs +++ b/stage1/pkg/e2fsprogs @@ -1,11 +1,10 @@ #!/bin/bash -hvconfig() +hvconfig_pre() { - cd ${LFS_TMP}/${PACKAGE}-build + export PKG_CONFIG=true - CC="${CC} ${CLFS_BUILDFLAGS}" PKG_CONFIG=true \ - ../${PACKAGE}/configure \ + CONFIGURE_OPTS="\ --prefix=/tools \ --enable-elf-shlibs \ --with-linker=${LD} \ @@ -13,7 +12,12 @@ hvconfig() --disable-libblkid \ --disable-libuuid \ --disable-fsck \ - --disable-uuidd + --disable-uuidd" +} + +hvconfig_post() +{ + unset PKG_CONFIG } hvbuild()