[Buildroot] [git commit] libseccomp: enable on ARM

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun May 7 13:57:45 UTC 2017


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

libseccomp can now be used on ARM, so allow it to be selected.

Fixes bug #9806.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libseccomp/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libseccomp/Config.in b/package/libseccomp/Config.in
index 35317ad..559beda 100644
--- a/package/libseccomp/Config.in
+++ b/package/libseccomp/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS
 	bool
 	default y if BR2_aarch64
+	default y if BR2_arm || BR2_armeb
 	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_powerpc64 || BR2_powerpc


More information about the buildroot mailing list