X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fe2fsprogs;h=ed00a35e738dda8ca98f9d7173a8924a4abc74ff;hb=1b3f334af67c84997f7b5e6dee56faf556f0ea4b;hp=4e6bc370557838cfa62b433d16c8d216943da495;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/e2fsprogs b/stage2/pkg/e2fsprogs index 4e6bc37..ed00a35 100644 --- a/stage2/pkg/e2fsprogs +++ b/stage2/pkg/e2fsprogs @@ -4,9 +4,8 @@ hvconfig_pre() { export PKG_CONFIG=true - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --with-root-prefix="" \ + CONFIGURE_OPTS+=" \ + --with-root-prefix=\"\" \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ @@ -19,10 +18,17 @@ hvconfig_post() unset PKG_CONFIG } +hvbuild() +{ + ${HVMAKE} LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ + LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" + ${HVMAKE} install +} + hvbuild_post() { # Install the static libraries and headers: - make install-libs + ${HVMAKE} install-libs # Make the installed static libraries writable so debugging symbols can be removed later: chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a