mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 0933f11c9553eb31a1426ce797a0f7346f97947f
parent aa92bfc62c4d018dbd1278f86e357450cc20fd88
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Sat,  3 May 2025 16:23:18 +0000

easyseccomp package

Diffstat:
Atemplates/pkg/easyseccomp | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/templates/pkg/easyseccomp b/templates/pkg/easyseccomp @@ -0,0 +1,12 @@ +{% extends "autotools" %} +{%- block extra_deps %} +#+{{pkg_install_name("flex")}} +#+{{pkg_install_name("bison")}} +#@git:{{submodule.current[name]}}:{{name}} +{%- endblock %} +{% block at_script %} + +autotools_static easyseccomp --disable-seccomp +check_static command/easyseccomp + +{% endblock %}