summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-02-19 00:25:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-02-19 00:33:07 +0100
commite05b81d9a2834ca251d897797bc791c7bb6fde5b (patch)
tree4b0857e8cf2678248c61ff90d1e40b360b5627e3 /package
parent38f4f6a543c48c2632a78ddd61b7c376b6a86133 (diff)
clamav: set curl path
Diffstat (limited to 'package')
-rw-r--r--package/clamav/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/clamav/Makefile b/package/clamav/Makefile
index f64051fac..132224245 100644
--- a/package/clamav/Makefile
+++ b/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"