#!/bin/bash PKG_CONFIG=true CONFIGURE_OPTS="\ --with-root-prefix="" \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ --disable-fsck \ --disable-uuidd \ ${CONFIGURE_OPTS}" hvbuild_post() { # Install the static libraries and headers: make 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 }