diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-12-04 11:37:22 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-04 15:36:36 +0100 |
commit | cbc75196db0eeee0ac01080bf2ad2cc66ad44473 (patch) | |
tree | 120f2fb684d458d4af9b0c8797c69ed07b3a6621 /package/tinycbor/0001-Update-cjson-include-path.patch | |
parent | a44d7f2dbb19a54a8f2beb5c0f0adb0680999319 (diff) | |
download | buildroot-cbc75196db0eeee0ac01080bf2ad2cc66ad44473.tar.gz buildroot-cbc75196db0eeee0ac01080bf2ad2cc66ad44473.zip |
package/tor: add optional support for libcap
- without libcap
$ host/usr/bin/x86_64-linux-readelf -a target/usr/bin/tor | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libevent-2.0.so.5]
0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.0.0]
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.1.0.0]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.0]
- with libcap
$ host/usr/bin/x86_64-linux-readelf -a target/usr/bin/tor | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libevent-2.0.so.5]
0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.0.0]
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.1.0.0]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
0x0000000000000001 (NEEDED) Shared library: [libcap.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.0]
The tor configure script has no option to en-/disable libcap support.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinycbor/0001-Update-cjson-include-path.patch')
0 files changed, 0 insertions, 0 deletions