diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index 826f375d850..9a2b415d92a 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -24,6 +24,10 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then broken="bch_bindgen: E0588" fi +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + broken="does not link libatomic" +fi + pre_build() { RUSTFLAGS+=" -C linker=$CC" }