From 8310a1278193e1736f0a8dcdc3c99d06d7bf32d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 3 Oct 2019 19:07:14 +0200 Subject: [PATCH] clamav: fix cross MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also need to set --with-libcurl for cross builds. Signed-off-by: Jürgen Buchmüller --- srcpkgs/clamav/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index b749101049c..08fee84747d 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -8,7 +8,8 @@ build_style=gnu-configure configure_args="--sbindir=/usr/bin --libdir=/usr/lib --with-openssl=${XBPS_CROSS_BASE}/usr --with-pcre=${XBPS_CROSS_BASE}/usr --with-zlib=${XBPS_CROSS_BASE}/usr --with-libbz2-prefix=${XBPS_CROSS_BASE}/usr - --with-system-libmspack=${XBPS_CROSS_BASE}/usr --with-user=_clamav --with-group=_clamav" + --with-system-libmspack=${XBPS_CROSS_BASE}/usr --with-libcurl=${XBPS_CROSS_BASE}/usr + --with-user=_clamav --with-group=_clamav" conf_files="/etc/clamd.conf /etc/freshclam.conf" hostmakedepends="flex pkg-config zip" makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel