mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <dan.mick@redhat.com> (cherry picked from commitfa6c38c1d0) (cherry picked from commit285c719150)
This commit is contained in:
parent
f7b36980fb
commit
ca8693c8c5
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user