Link vitastor_blk with vitastor_common for timerfd_manager_t

Not really required to operate, but fixes a verify-elf error
rdma-zerocopy
Vitaliy Filippov 2 years ago
parent bd7b177707
commit 2b546cdd55
  1. 2
      src/CMakeLists.txt

@ -52,6 +52,8 @@ add_library(vitastor_blk SHARED
target_link_libraries(vitastor_blk
${LIBURING_LIBRARIES}
tcmalloc_minimal
# for timerfd_manager
vitastor_common
)
# libfio_vitastor_blk.so

Loading…
Cancel
Save