0ad: add libexecinfo for musl

This commit is contained in:
Helmut Pozimski 2021-03-01 13:45:38 +01:00
parent eb9c84a2a8
commit 3276040ac6

View file

@ -22,6 +22,11 @@ CXXFLAGS="-fpermissive"
LDFLAGS="-fuse-ld=bfd"
export WX_CONFIG="wx-config-gtk3"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
fi
do_extract() {
bsdtar xJf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}-alpha-unix-build.tar.xz -C ${wrksrc}
}