buildrootschalter/package/clamav
Yann E. MORIN a3926f3a64 package/clamav: fix static build
clamav unconditionally includes dlfcn.h which is missing on a uClibc
that is configured as a pure-static C library.

Thus, the build fails.

But the including file does not even makes use of any function from the
dlopen() familly, so it does not need to include dlfcn.h to start with.

Add a patch to clamav to not include dlfcn.h where not needed.

Fixes:
    http://autobuild.buildroot.net/results/b49/b491f4e5e1760248adb8d21b404e8aa15f7dbdd1/

[Peter: fix typo in patch description]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-25 22:35:43 +01:00
..
Config.in
clamav-0001-clamdscan.patch
clamav-0002-static-linking.patch
clamav-0003-backtrace-uClibc.patch package/clamav: fix build with uClibc 2014-11-16 23:03:00 +01:00
clamav-0004-fix-static-build.patch package/clamav: fix static build 2014-11-25 22:35:43 +01:00
clamav.hash clamav: security bump to version 0.98.5 2014-11-20 19:40:13 +01:00
clamav.mk clamav: fix bzip2 detection 2014-11-20 23:06:41 +01:00