matio: fix musl build
This commit is contained in:
parent
bce30287cb
commit
6cd5cf12c4
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
configure_args+=" ac_cv_va_copy=C99"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue