- This target got reintroduced by accident after the creation
of ceph-common in commit:
https://github.com/ceph/ceph/commit/
046b2bde6d93992c36d4943c4f7859993f034ca
Detection was trigger by refering to libresolv, and results in a
linking error.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
add_library(common_utf8 STATIC common/utf8.c)
-target_link_libraries(common json_spirit common_utf8 erasure_code rt uuid resolv ${CRYPTO_LIBS} ${Boost_LIBRARIES} ${BLKID_LIBRARIES} ${EXECINFO_LIBRARIES} ${BLKIN_LIBRARIES})
if(${WITH_LTTNG})
add_subdirectory(tracing)
add_dependencies(common-objs oprequest-tp)