Loading debian/patches/use_debian_packaged_libs.patch +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Description: Use Debian packaged libraries -endif() - -target_link_libraries(racon bioparser spoa thread_pool pthread edlib_static) +target_link_libraries(racon bioparser spoa thread_pool pthread edlib) +target_link_libraries(racon spoa thread_pool pthread edlib z) install(TARGETS racon DESTINATION bin) Loading Loading
debian/patches/use_debian_packaged_libs.patch +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Description: Use Debian packaged libraries -endif() - -target_link_libraries(racon bioparser spoa thread_pool pthread edlib_static) +target_link_libraries(racon bioparser spoa thread_pool pthread edlib) +target_link_libraries(racon spoa thread_pool pthread edlib z) install(TARGETS racon DESTINATION bin) Loading