diff --git a/srcpkgs/RandomX/template b/srcpkgs/RandomX/template index e278a55d8ce..af38e6c345a 100644 --- a/srcpkgs/RandomX/template +++ b/srcpkgs/RandomX/template @@ -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" ;;