X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fe2fsprogs;fp=stage1%2Fpkg%2Fe2fsprogs;h=df037254a870b5694b905983ec861411fa29088e;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=49f5977bb40d1f86cd0b9ce43e2ea296d7065d53;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage1/pkg/e2fsprogs b/stage1/pkg/e2fsprogs index 49f5977..df03725 100644 --- a/stage1/pkg/e2fsprogs +++ b/stage1/pkg/e2fsprogs @@ -1,17 +1,24 @@ #!/bin/bash -CC="${CC} ${CLFS_BUILDFLAGS}" -PKG_CONFIG=true +hvconfig_pre() +{ + export PKG_CONFIG=true + + CONFIGURE_OPTS="\ + --prefix=/tools \ + --enable-elf-shlibs \ + --with-linker=${LD} \ + --host=${CLFS_TARGET} \ + --disable-libblkid \ + --disable-libuuid \ + --disable-fsck \ + --disable-uuidd" +} -CONFIGURE_OPTS="\ - --prefix=/tools \ - --enable-elf-shlibs \ - --with-linker=${LD} \ - --host=${CLFS_TARGET} \ - --disable-libblkid \ - --disable-libuuid \ - --disable-fsck \ - --disable-uuidd" +hvconfig_post() +{ + unset PKG_CONFIG +} hvbuild() {