[Buildroot] [git commit] audit: add an explanation of musl disable

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Nov 22 09:40:58 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=f56bb924aed8eb3f52ce017dd6185b07754737ab
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free.fr>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/audit/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/audit/Config.in b/package/audit/Config.in
index 7550f3a..023ac79 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


More information about the buildroot mailing list