mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
build: Fix build of radosgw-cr-test
Remove dependency on `libneorados_cls_fifo` removed in commit `bf222906b01cbb9e8d55ae4685004a22cddcc138`. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
parent
e0f68a1b0a
commit
1aa24787b3
@ -274,7 +274,7 @@ target_link_libraries(unittest_rgw_lua ${rgw_libs})
|
||||
add_executable(radosgw-cr-test rgw_cr_test.cc)
|
||||
target_link_libraries(radosgw-cr-test ${rgw_libs} librados
|
||||
cls_rgw_client cls_otp_client cls_lock_client cls_refcount_client
|
||||
cls_log_client cls_timeindex_client neorados_cls_fifo
|
||||
cls_log_client cls_timeindex_client
|
||||
cls_version_client cls_user_client
|
||||
global ${LIB_RESOLV}
|
||||
OATH::OATH
|
||||
|
Loading…
Reference in New Issue
Block a user