mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/clamav: doesn't build with zlib-ng
clamav doesn't build with zlib-ng since bump to version 1.9.9-b1 in commit1f7b12a0b4and the removal of FAR:0db1040667: In file included from nsis/nsis_zlib.h:32, from nsis/nulsft.c:38: nsis/nsis_zutil.h:36:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uchf' 36 | typedef uch FAR uchf; | ^~~~ Fixes: - http://autobuild.buildroot.org/results/524ee31face8be6a813829b036c4d6134ee5ca98 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitf7744aba7b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
02d193545d
commit
f3becd1c17
@@ -10,6 +10,7 @@ config BR2_PACKAGE_CLAMAV
|
||||
select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
|
||||
help
|
||||
ClamAV is an open source antivirus engine for detecting
|
||||
trojans, viruses, malware & other malicious threats.
|
||||
|
||||
Reference in New Issue
Block a user