diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-17 09:47:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-22 10:40:58 +0100 |
commit | f56bb924aed8eb3f52ce017dd6185b07754737ab (patch) | |
tree | 1628c8f7188c8f54c35e59e12b0f102c974beb5a | |
parent | a6978c38d56611c3098530c48f4cbd212733b416 (diff) | |
download | buildroot-f56bb924aed8eb3f52ce017dd6185b07754737ab.tar.gz buildroot-f56bb924aed8eb3f52ce017dd6185b07754737ab.zip |
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>
-rw-r--r-- | package/audit/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/audit/Config.in b/package/audit/Config.in index 7550f3a6cd..023ac79d30 100644 --- a/package/audit/Config.in +++ b/package/audit/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_AUDIT depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS - depends on !BR2_TOOLCHAIN_USES_MUSL + depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa() help The audit package contains the user space utilities for storing and searching the audit records generated by |