aboutsummaryrefslogtreecommitdiffstats
path: root/community/clamav/link-fts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/clamav/link-fts.patch')
-rw-r--r--community/clamav/link-fts.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/clamav/link-fts.patch b/community/clamav/link-fts.patch
new file mode 100644
index 00000000000..fe88e99c019
--- /dev/null
+++ b/community/clamav/link-fts.patch
@@ -0,0 +1,12 @@
+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 )