From 3d9dc7783705d27ee70b11f4e7253b031c5a8cf2 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Wed, 19 Nov 2025 10:14:20 -0600 Subject: [PATCH] Build-Depend on rust-llvm to get default linker Cargo is trying to use rust-lld by default. Instead of patching the config file to use "lld", name the dependency in the dependencies list. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 91680050..97842b9c 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: lld, libasound2-dev, libudev-dev, + rust-llvm, Homepage: https://git.gelvin.dev/robert/boids Vcs-Git: https://git.gelvin.dev/robert/boids Vcs-Browser: https://git.gelvin.dev/robert/boids