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:
61b2a35
)
crun: Don't build on arc
author
Eneas U de Queiroz
<redacted>
Sun, 11 Apr 2021 22:36:16 +0000
(19:36 -0300)
committer
Eneas U de Queiroz
<redacted>
Mon, 12 Apr 2021 00:21:14 +0000
(21:21 -0300)
The package needs libseccomp, which does not currently support arc.
In order to avoid a circular dependency, we must avoid arc here as well.
Signed-off-by: Eneas U de Queiroz <redacted>
utils/crun/Makefile
patch
|
blob
|
history
diff --git
a/utils/crun/Makefile
b/utils/crun/Makefile
index 4a6b75854a447ac67eabe1b42a2bad837d6dcb08..5ba58ec228deda08bcba63d48c3f02118a2e3c82 100644
(file)
--- a/
utils/crun/Makefile
+++ b/
utils/crun/Makefile
@@
-26,7
+26,7
@@
define Package/crun
CATEGORY:=Utilities
TITLE:=crun
URL:=https://github.com/containers/crun
- DEPENDS:=+libseccomp +libcap
+ DEPENDS:=
@!arc
+libseccomp +libcap
endef
define Package/crun/description
git clone https://git.99rst.org/PROJECT