summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/DEPENDS
diff options
context:
space:
mode:
authorIsmael Luceno2020-09-09 18:45:11 +0200
committerIsmael Luceno2020-09-09 18:47:59 +0200
commit203935654283e7de5bdb67a58b86fdc354276da7 (patch)
tree5282db3861c68794d18a36466420433ddd05a33b /antivirus/clamav/DEPENDS
parent5b89bc061a7b5ac1d0c177cd86e6c8d7ea4d96b8 (diff)
clamav: Fix building against musl
Diffstat (limited to 'antivirus/clamav/DEPENDS')
-rwxr-xr-xantivirus/clamav/DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index d1b3f9dcbb..5673331169 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -1,3 +1,8 @@
+case "$HOST" in
+ *-musl)
+ depends musl-fts
+ ;;
+esac &&
depends -sub CXX gcc &&
depends zlib '--disable-zlib-vcheck' &&
depends curl &&