From 2b546cdd55e5b3846baa3261fceede5cc3f5423b Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 19 Apr 2021 23:55:25 +0300 Subject: [PATCH] Link vitastor_blk with vitastor_common for timerfd_manager_t Not really required to operate, but fixes a verify-elf error --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb01600f..5b0a4ffe 100644 --- a/src/CMakeLists.txt +++ b/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