X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fe2fsprogs;h=0f407a2c2431375f40608f6b424a2fff29a26ed5;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=94c9f1db93ff26a5682ccfab56b7d663a8323724;hpb=a5e9d35a909f5561e79244e581d99a53e1bbda97;p=hvlinux.git diff --git a/stage1/pkg/e2fsprogs b/stage1/pkg/e2fsprogs index 94c9f1d..0f407a2 100644 --- a/stage1/pkg/e2fsprogs +++ b/stage1/pkg/e2fsprogs @@ -4,8 +4,7 @@ hvconfig_pre() { export PKG_CONFIG=true - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ @@ -22,10 +21,10 @@ hvbuild() { ${HVMAKE} LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" - ${HVMAKE} install + ${HVMAKE} DESTDIR=${LFS} install # Install the static libraries and headers: - ${HVMAKE} install-libs + ${HVMAKE} DESTDIR=${LFS} install-libs } hvbuild_post()