clamav: add libiconv dependencies when build with NLS
authorJosef Schlehofer <redacted>
Wed, 14 Apr 2021 23:02:34 +0000 (01:02 +0200)
committerJosef Schlehofer <redacted>
Thu, 15 Apr 2021 07:44:30 +0000 (09:44 +0200)
commit87be6ffe6076778336f7db752fee0ef5f3f923e8
treeb09d56789b849ffc5fc431eb2146ae138d84109c
parent00d0281671be8d16cb42d328c1870775cb5d146f
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 <redacted>
net/clamav/Makefile
git clone https://git.99rst.org/PROJECT