nginx-nasxi: new package
[buildroot-gz.git] / package / audit / Config.in
blobdf5a5cc877563646e472bce422eb19af9591bbc8
1 # audit has some builtin per-architecture system call tables
2 config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
3         bool
4         default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
5                 BR2_i386 || BR2_powerpc || BR2_x86_64
7 config BR2_PACKAGE_AUDIT
8         bool "audit"
9         depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
10         depends on BR2_TOOLCHAIN_HAS_THREADS
11         depends on !BR2_STATIC_LIBS
12         depends on !BR2_TOOLCHAIN_USES_MUSL
13         help
14           The audit package contains the user space utilities for
15           storing and searching the audit records generated by
16           the audit subsystem in the Linux 2.6 kernel
18           Note: The z/OS remote plugin is disabled in this package
20           http://people.redhat.com/sgrubb/audit/
22 comment "audit needs a uClibc or glibc toolchain w/ threads, dynamic library"
23         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
24                 || BR2_TOOLCHAIN_USES_MUSL
25         depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS