1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/community/clamav/link-fts.patch
Milan P. Stanić d7b9aee041 community/clamav: upgrade to 0.104.1
build system is changed to cmake from autotools
2021-11-17 11:48:58 +01:00

12 lines
389 B
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 )