package/libsemanage: add host-audit as a dependency of the host variant
[buildroot-gz.git] / package / libsigsegv / Config.in
blob1f41f0ddf3028e172a19a4d78835fd082c09b43e
1 config BR2_PACKAGE_LIBSIGSEGV
2         bool "libsigsegv"
3         depends on !BR2_xtensa
4         depends on !BR2_arc # no ucontext_i.sym file
5         depends on !BR2_microblaze
6         depends on !BR2_m68k # unknown type name 'ucontext_t'
7         # No ucontext support in uclibc for powerpc and superh
8         depends on !((BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC)
9         help
10           Library for handling page faults in user mode.
12           http://libsigsegv.sourceforge.net/
14 comment "libsigsegv needs a glibc toolchain"
15         depends on (BR2_powerpc || BR2_sh) && BR2_TOOLCHAIN_USES_UCLIBC