mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
bcc: need libatomic on ppc/mips
This commit is contained in:
parent
2579349c7a
commit
f7646deb14
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue