clamav: add libiconv dependencies when build with NLS
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 14 Apr 2021 23:02:34 +0000 (01:02 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 15 Apr 2021 15:12:41 +0000 (17:12 +0200)
commit1d835ebcdd24e00714620936eb83c80e1846c62c
treeaf2d72e68ddef5887dc8d00fbb4cbdd010c4d020
parentc1b697a64b929a5820dc9c1d3bb57f002313790b
clamav: add libiconv dependencies when build with NLS

NLS means Native Language Support and when you have it enabled (it is
not default), clamav can not be compiled as it shows following error:

Package clamav is missing dependencies for the following libraries:
libiconv.so.2

Also, it is required that package libiconv-full is compiled first/before
than clamav and then try to compile clamav.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 87be6ffe6076778336f7db752fee0ef5f3f923e8)
net/clamav/Makefile