summaryrefslogtreecommitdiffstats
path: root/src/librados
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2018-12-05 20:42:17 +0100
committerSage Weil <sage@redhat.com>2018-12-05 20:42:17 +0100
commit59d0844c12a038be7b1f9c99b9416ffe3b4102c9 (patch)
treeb3babd3985bbcf534a4ba10f8e69215f591411ef /src/librados
parentMerge pull request #25166 from kungf/journal_remove_full (diff)
parentauth: Kerberos authentication (diff)
downloadceph-59d0844c12a038be7b1f9c99b9416ffe3b4102c9.tar.xz
ceph-59d0844c12a038be7b1f9c99b9416ffe3b4102c9.zip
Merge PR #23550 into master
* refs/pull/23550/head: auth: Kerberos authentication
Diffstat (limited to 'src/librados')
-rw-r--r--src/librados/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librados/CMakeLists.txt b/src/librados/CMakeLists.txt
index 4985e824baa..c2f68f648c1 100644
--- a/src/librados/CMakeLists.txt
+++ b/src/librados/CMakeLists.txt
@@ -41,7 +41,8 @@ endif()
target_link_libraries(librados PRIVATE
rados_cxx librados_impl
osdc ceph-common cls_lock_client
- ${BLKID_LIBRARIES} ${CRYPTO_LIBS} ${EXTRALIBS})
+ ${BLKID_LIBRARIES} ${CRYPTO_LIBS} ${EXTRALIBS} ${GSSAPI_LIBRARIES})
+target_link_libraries(librados ${rados_libs})
install(TARGETS librados DESTINATION ${CMAKE_INSTALL_LIBDIR})
# C++ API