Browse Source

clamav: set curl path

Waldemar Brodkorb 3 years ago
parent
commit
e05b81d9a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/clamav/Makefile

+ 1 - 0
package/clamav/Makefile

@@ -27,6 +27,7 @@ CONFIGURE_ARGS+=	--enable-mempool \
 			--with-system-libmspack \
 			--disable-xml \
 			--disable-check \
+			--with-libcurl="$(STAGING_TARGET_DIR)/usr" \
 			--with-openssl="$(STAGING_TARGET_DIR)/usr" \
 			--with-pcre="$(STAGING_TARGET_DIR)/usr"