libabigail: fix musl.
This commit is contained in:
parent
62535f0fe6
commit
6d9fd1a68c
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://www.sourceware.org/libabigail/"
|
|||
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=6de5be258ec40ff281fa84970258cea73538ed64054dce9a0745d06b1c3fb381
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" musl-fts-devel" ;;
|
||||
esac
|
||||
|
||||
post_build() {
|
||||
make -C doc/manuals man info
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue