lttng-ust: builds on musl actually

This commit is contained in:
Toyam Cox 2016-06-26 21:26:01 -04:00
parent 59eecd7ad7
commit 0049783a97

View file

@ -10,9 +10,6 @@ homepage="http://lttng.org"
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=6e41349107e83e7b43c69ed358e48788ca2fd095bad61737b850e3f3d2c0508a checksum=6e41349107e83e7b43c69ed358e48788ca2fd095bad61737b850e3f3d2c0508a
makedepends="liburcu-devel" makedepends="liburcu-devel"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/120873313/log.txt"
esac
lttng-ust-devel_package() { lttng-ust-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"