]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: install libnuma-dev unconditionally 65103/head
authorDan Mick <dan.mick@redhat.com>
Mon, 18 Aug 2025 19:15:42 +0000 (12:15 -0700)
committerLaura Flores <lflores@ibm.com>
Mon, 18 Aug 2025 20:22:02 +0000 (15:22 -0500)
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 <dan.mick@redhat.com>
debian/control

index 21aeb7247f4f73a6c427d75706a76f3d4e5b26bc..35c1dbe5bd29ab0ce8a8d60e8812692c9929f27a 100644 (file)
@@ -58,7 +58,7 @@ Build-Depends: automake,
                libncurses-dev,
                libnss3-dev,
                liboath-dev,
-               libnuma-dev <pkg.ceph.crimson>,
+               libnuma-dev,
                libpciaccess-dev <pkg.ceph.crimson>,
                libsctp-dev <pkg.ceph.crimson>,
                libsnappy-dev,