xbps-static: build on mipselhf-musl; enable verbose compilation output.

This commit is contained in:
Juan RP 2016-04-27 15:07:45 +02:00
parent 882f23cf98
commit c086e52332

View File

@ -17,10 +17,10 @@ hostmakedepends="pkg-config"
makedepends="zlib-devel libressl-devel libarchive-devel"
depends="xbps-triggers"
only_for_archs="i686-musl x86_64-musl mips-musl mipsel-musl armv6l-musl armv7l-musl aarch64-musl"
only_for_archs="i686-musl x86_64-musl mips-musl mipsel-musl mipselhf-musl armv6l-musl armv7l-musl aarch64-musl"
do_configure() {
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose
}
do_install() {
make DESTDIR=${wrksrc}/static-install install