mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
libseccomp: don't build on ARC
ARC architecture is not yet supported by libseccomp. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -56,6 +56,7 @@ endef
|
|||||||
define Package/libseccomp
|
define Package/libseccomp
|
||||||
$(call Package/libseccomp/Default)
|
$(call Package/libseccomp/Default)
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
|
DEPENDS+= @!arc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/scmp_sys_resolver
|
define Package/scmp_sys_resolver
|
||||||
|
|||||||
Reference in New Issue
Block a user