diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-29 22:05:10 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-30 00:21:29 +0100 |
commit | b29e609701987072fbd991a9ffc203103f99b943 (patch) | |
tree | 5d58e0f7d1d5c4b09dd12da638b9628add668df5 /libs/libseccomp/Makefile | |
parent | 847c82124afe7a9844e0fb18c21edf4d5684b78e (diff) |
libseccomp: don't build on ARC
ARC architecture is not yet supported by libseccomp.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs/libseccomp/Makefile')
-rw-r--r-- | libs/libseccomp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |