clamav: libressl-2.2.1 rebuild.

This commit is contained in:
Juan RP 2015-07-19 10:45:03 +02:00
parent 9b3537a8c8
commit 16bd1d008e

View file

@ -1,11 +1,10 @@
# Template file for 'clamav'
pkgname=clamav
version=0.98.7
revision=3
revision=4
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --with-pcre=/usr"
conf_files="/etc/clamd.conf /etc/freshclam.conf"
CPPFLAGS="-Wno-unused-local-typedefs"
system_accounts="clamav"
clamav_homedir="/var/lib/${pkgname}"
clamav_descr="ClamAV user"
@ -18,6 +17,8 @@ homepage="http://www.clamav.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=282417b707740de13cd8f18d4cbca9ddd181cf96b444db2cad98913a5153e272
CPPFLAGS="-Wno-unused-local-typedefs"
do_configure() {
# Need to set PCRE_HOME to make --with-pcre=/usr work
PCRE_HOME=/usr ./configure ${configure_args}