From 709ce3cdcbe1924690cd25f16b4c68bfd4e59c3c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 25 Apr 2025 00:11:52 +0200 Subject: [PATCH] bcachefs-tools: fix -latomic. --- srcpkgs/bcachefs-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index be82aa7b20d..fe75bdead85 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -25,7 +25,7 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then fi if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - broken="does not link libatomic" + XBPS_CROSS_RUSTFLAGS+=" -latomic" fi pre_build() {