libabigail: fix musl.

This commit is contained in:
Christian Neukirchen 2016-06-29 16:44:34 +02:00
parent 62535f0fe6
commit 6d9fd1a68c

View file

@ -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
}