bcc: need libatomic on ppc/mips
This commit is contained in:
@@ -16,6 +16,10 @@ distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-
|
|||||||
checksum=d05f2da69545bbb727b929e581c12f6c47729316211899d3734e08f7cff2215b
|
checksum=d05f2da69545bbb727b929e581c12f6c47729316211899d3734e08f7cff2215b
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/tests/d' CMakeLists.txt # break on musl
|
sed -i '/tests/d' CMakeLists.txt # break on musl
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user