clamav: fix cross

Also need to set --with-libcurl for cross builds.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-10-03 19:07:14 +02:00
parent f7d5c7e7f6
commit 8310a12781
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8
1 changed files with 2 additions and 1 deletions

View File

@ -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