]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake/rgw: WITH_RADOSGW_POSIX depends on WITH_RADOSGW_DBSTORE 65795/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 6 Oct 2025 16:01:13 +0000 (12:01 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 6 Oct 2025 16:07:09 +0000 (12:07 -0400)
commit470f5e856cac2be6894ffa5399f2d9e885dc9c95
treefe2a009974b9e1fbebc774defc946f425b862676
parentb2db4947fe5fe24ad9b63f3bfa45473eab28a17f
cmake/rgw: WITH_RADOSGW_POSIX depends on WITH_RADOSGW_DBSTORE

with WITH_RADOSGW_DBSTORE=OFF, the posix backend fails to link with:

> /usr/bin/ld: cannot find -ldbstore: No such file or directory

Signed-off-by: Casey Bodley <cbodley@redhat.com>
CMakeLists.txt