clamav: use --disable-zlib-vcheck to bypass broken zlib check
This commit is contained in:
parent
32f111f014
commit
74808570c1
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX: system llvm is too new (< 3.7 required)
|
# XXX: system llvm is too new (< 3.7 required)
|
||||||
# Shipped llvm does not build with gcc6
|
# Shipped llvm does not build with gcc6
|
||||||
configure_args="--sbindir=/usr/bin --libdir=/usr/lib --with-pcre=/usr --disable-llvm"
|
# --disable-zlib-vcheck because of broken zlib check
|
||||||
|
configure_args="--sbindir=/usr/bin --libdir=/usr/lib --with-pcre=/usr --disable-llvm --disable-zlib-vcheck"
|
||||||
conf_files="/etc/clamd.conf /etc/freshclam.conf"
|
conf_files="/etc/clamd.conf /etc/freshclam.conf"
|
||||||
system_accounts="clamav"
|
system_accounts="clamav"
|
||||||
clamav_homedir="/var/lib/${pkgname}"
|
clamav_homedir="/var/lib/${pkgname}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue