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:
parent
f7d5c7e7f6
commit
8310a12781
|
@ -8,7 +8,8 @@ build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --libdir=/usr/lib
|
configure_args="--sbindir=/usr/bin --libdir=/usr/lib
|
||||||
--with-openssl=${XBPS_CROSS_BASE}/usr --with-pcre=${XBPS_CROSS_BASE}/usr
|
--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-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"
|
conf_files="/etc/clamd.conf /etc/freshclam.conf"
|
||||||
hostmakedepends="flex pkg-config zip"
|
hostmakedepends="flex pkg-config zip"
|
||||||
makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel
|
makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel
|
||||||
|
|
Loading…
Reference in New Issue