X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fe2fsprogs;h=1098c95e3afbb3149c990f47e2e912da3f1b2124;hb=1eb363044c6ee3115e62736aed4403b750082b44;hp=4e6bc370557838cfa62b433d16c8d216943da495;hpb=63214057431c558e4c216c4e3ea12c7b06bd4950;p=hvlinux.git diff --git a/stage2/pkg/e2fsprogs b/stage2/pkg/e2fsprogs index 4e6bc37..1098c95 100644 --- a/stage2/pkg/e2fsprogs +++ b/stage2/pkg/e2fsprogs @@ -6,7 +6,7 @@ hvconfig_pre() CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ - --with-root-prefix="" \ + --with-root-prefix=\"\" \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ @@ -19,10 +19,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