From fa6c38c1d04f6f6e4529aae5c7bf815f621ba8b4 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 18 Aug 2025 12:15:42 -0700 Subject: [PATCH] debian/control: install libnuma-dev unconditionally The arm64-only module uadk needs numa.h to build; nothing else ensures it's available. Make it an unconditional ceph build dependency on behalf of the arm64 build. Fixes: https://tracker.ceph.com/issues/72594 Signed-off-by: Dan Mick --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 21aeb7247f4f7..35c1dbe5bd29a 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,7 @@ Build-Depends: automake, libncurses-dev, libnss3-dev, liboath-dev, - libnuma-dev , + libnuma-dev, libpciaccess-dev , libsctp-dev , libsnappy-dev, -- 2.39.5