a80e3e06ed
libcap-ng needs TLS support, which is not available on avr32. Also, disable reverse dependencies. Fixes: http://autobuild.buildroot.net/results/73c/73c7c211a51c312bbe4eb6a540f3ad9c92c79ebe/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
config BR2_PACKAGE_LIBCAP_NG
|
|
bool "libcap-ng"
|
|
depends on !BR2_avr32 # lacks TLS
|
|
help
|
|
The libcap-ng library is intended to make programming with
|
|
posix capabilities much easier than the traditional libcap
|
|
library. It includes utilities that can analyse all currently
|
|
running applications and print out any capabilities and whether
|
|
or not it has an open ended bounding set.
|
|
|
|
http://people.redhat.com/sgrubb/libcap-ng/
|