New comment by r-ricci on void-packages repository https://github.com/void-linux/void-packages/pull/41188#issuecomment-1560168000 Comment: - For musl, Alpine has this patch: ```diff diff --git a/clamonacc/CMakeLists.txt b/clamonacc/CMakeLists.txt index e95e6d0..928b60a 100644 --- a/clamonacc/CMakeLists.txt +++ b/clamonacc/CMakeLists.txt @@ -47,6 +47,7 @@ set_target_properties( clamonacc PROPERTIES COMPILE_FLAGS "${WARNCFLAGS}" ) target_link_libraries( clamonacc PRIVATE + fts ClamAV::libclamav ClamAV::common CURL::libcurl ) ``` and `-DHAVE_SYSTEM_LFS_FTS=ON` must be passed to cmake. - Version 1.1.0 is out. - There's a changelog at , if you want to add it.