git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
847c821
)
libseccomp: don't build on ARC
author
Daniel Golle
<redacted>
Mon, 29 Mar 2021 21:05:10 +0000
(22:05 +0100)
committer
Daniel Golle
<redacted>
Mon, 29 Mar 2021 23:21:29 +0000
(
00:21
+0100)
ARC architecture is not yet supported by libseccomp.
Signed-off-by: Daniel Golle <redacted>
libs/libseccomp/Makefile
patch
|
blob
|
history
diff --git
a/libs/libseccomp/Makefile
b/libs/libseccomp/Makefile
index e82ec751b714aef3690ee5c5215a04511a525e7b..355841df424eace8abbbe47a0a39eaadf0e36116 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT