mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
audit: add an explanation of musl disable
Based on commit c17af71d2c2 (package/audit: not available for musl) add a comment that explains why audit is disabled for musl. Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a6978c38d5
commit
f56bb924ae
@ -10,7 +10,7 @@ config BR2_PACKAGE_AUDIT
|
|||||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa()
|
||||||
help
|
help
|
||||||
The audit package contains the user space utilities for
|
The audit package contains the user space utilities for
|
||||||
storing and searching the audit records generated by
|
storing and searching the audit records generated by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user