summaryrefslogtreecommitdiffstats
path: root/docs/js/buildroot.js
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-11-25 20:22:35 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-25 22:35:43 +0100
commita3926f3a64f299e6d5463af8ad5ed63d2c6ba5fe (patch)
tree73b3608f8a6915bb470db6a3b11862729259982c /docs/js/buildroot.js
parentb89ce67523b6c18ded565b36fcc09876434cd026 (diff)
downloadbuildroot-a3926f3a64f299e6d5463af8ad5ed63d2c6ba5fe.tar.gz
buildroot-a3926f3a64f299e6d5463af8ad5ed63d2c6ba5fe.zip
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>
Diffstat (limited to 'docs/js/buildroot.js')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud