mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
RandomX: use libatomic on ppc-musl too
[ci skip]
This commit is contained in:
parent
016f845243
commit
3092073cb6
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ distfiles="https://github.com/tevador/RandomX/archive/v${version}.tar.gz"
|
|||
checksum=31741ede58267c84c1223370a4d18e32fad26a9652371d36da7e45c0c584ae1a
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
arm*|aarch64*|ppc)
|
||||
ppc64*) ;;
|
||||
arm*|aarch64*|ppc*)
|
||||
CFLAGS="-Wl,-latomic"
|
||||
makedepends="libatomic-devel"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue