From b29e609701987072fbd991a9ffc203103f99b943 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 29 Mar 2021 22:05:10 +0100 Subject: [PATCH] libseccomp: don't build on ARC ARC architecture is not yet supported by libseccomp. Signed-off-by: Daniel Golle --- libs/libseccomp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index e82ec751b..355841df4 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -56,6 +56,7 @@ endef define Package/libseccomp $(call Package/libseccomp/Default) TITLE+= (library) + DEPENDS+= @!arc endef define Package/scmp_sys_resolver