Skip to content

Commit

Permalink
clamav: add missing dependency
Browse files Browse the repository at this point in the history
clamav needs rust toolchain to build, add $(RUST_ARCH_DEPENDS) to
dependencies to avoid building on unsupported architectures.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 5, 2024
1 parent 04dc151 commit b806d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/clamav/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ include $(INCLUDE_DIR)/cmake.mk

define Package/clamav/Default
SECTION:=net
DEPENDS:=+check +libstdcpp +libpthread +zlib +libbz2 +libxml2 +libcurl +libjson-c +libmilter-sendmail +libopenssl +libltdl +libpcre2 $(ICONV_DEPENDS)
DEPENDS:=+check +libstdcpp +libpthread +zlib +libbz2 +libxml2 \
+libcurl +libjson-c +libmilter-sendmail +libopenssl +libltdl \
+libpcre2 $(ICONV_DEPENDS) $(RUST_ARCH_DEPENDS)
CATEGORY:=Network
SUBMENU:=Web Servers/Proxies
TITLE:=ClamAV
Expand Down

0 comments on commit b806d77

Please sign in to comment.