diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-11 13:58:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 15:41:13 +0100 |
commit | 013207f2e4997cb836914b6a9bc9dbc6ee87553c (patch) | |
tree | 23b34605ed19122e8e9dda0af90159872f27ea3b /package/python-psutil | |
parent | a5b0607b4ab811d4cf55c760528093d439355bb7 (diff) | |
download | buildroot-013207f2e4997cb836914b6a9bc9dbc6ee87553c.tar.gz buildroot-013207f2e4997cb836914b6a9bc9dbc6ee87553c.zip |
package/clamav: add optional dependency to json-c
clamav has optional support for json-c:
$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libclamav.so.7.1.1 | grep NEEDED
0x00000001 (NEEDED) Shared library: [libltdl.so.7]
0x00000001 (NEEDED) Shared library: [libssl.so.1.0.0]
0x00000001 (NEEDED) Shared library: [libcrypto.so.1.0.0]
0x00000001 (NEEDED) Shared library: [libz.so.1]
0x00000001 (NEEDED) Shared library: [libjson-c.so.2]
0x00000001 (NEEDED) Shared library: [libc.so.0]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-psutil')
0 files changed, 0 insertions, 0 deletions