diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-21 18:57:19 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-25 23:02:05 +0100 |
commit | 38d404b8cfa4b6df13225118e400b8c8684bf7e6 (patch) | |
tree | 61ef0247bb3bf6325283e1ba9f706b82182ac0fd /docs/manual/adding-board-support.txt | |
parent | 021afbffa1bf5a53f95d00f1322f6e4f2bd8f210 (diff) | |
download | buildroot-38d404b8cfa4b6df13225118e400b8c8684bf7e6.tar.gz buildroot-38d404b8cfa4b6df13225118e400b8c8684bf7e6.zip |
package/avahi: add optional support for libcap
When libcap was compiled before, avahi daemon will use it as optional
dependency:
$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/sbin/avahi-daemon | grep NEEDED | sort
0x0000000000000001 (NEEDED) Shared library: [libavahi-common.so.3]
0x0000000000000001 (NEEDED) Shared library: [libavahi-core.so.7]
0x0000000000000001 (NEEDED) Shared library: [libcap.so.2]
[...]
The build system offers no option to en-/disable libcap support:
http://git.0pointer.net/avahi.git/tree/configure.ac#n382
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: make the test unconditionally, even if libcap is only used by
avahi-daemon for the moment.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-board-support.txt')
0 files changed, 0 insertions, 0 deletions