diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-21 10:50:18 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 12:45:25 +0100 |
commit | f658b1934f91e8c416fd7519c9f7e3ab86dca076 (patch) | |
tree | 293cc11d689cc69d74cad98c24bd0fca8dfc408c /docs | |
parent | 055cf588427b40533da74d16df1830e483c5618e (diff) | |
download | buildroot-f658b1934f91e8c416fd7519c9f7e3ab86dca076.tar.gz buildroot-f658b1934f91e8c416fd7519c9f7e3ab86dca076.zip |
package/jack2: add optional support for readline
When readline was compiled before, jack2 will use it as optional
dependency:
$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/jack_transport | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libjack.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.1]
0x0000000000000001 (NEEDED) Shared library: [libopus.so.0]
0x0000000000000001 (NEEDED) Shared library: [librt.so.1]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.1]
0x0000000000000001 (NEEDED) Shared library: [libreadline.so.6]
0x0000000000000001 (NEEDED) Shared library: [libc.so.1]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions