xbps-static: build on mipselhf-musl; enable verbose compilation output.
This commit is contained in:
parent
882f23cf98
commit
c086e52332
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue