Browse Source

libseccomp: don't build on ARC

ARC architecture is not yet supported by libseccomp.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 3 years ago
parent
commit
b29e609701
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libseccomp/Makefile

+ 1
- 0
libs/libseccomp/Makefile View File

@ -56,6 +56,7 @@ endef
define Package/libseccomp
$(call Package/libseccomp/Default)
TITLE+= (library)
DEPENDS+= @!arc
endef
define Package/scmp_sys_resolver


Loading…
Cancel
Save