commit 024dafc0ba128c63bd7e47af300a6b86aa1d7a0e parent e9d058623f4c264f2ea5054f3839f44c820cedc8 Author: Jan Pobrislo <ccx@te2000.cz> Date: Thu, 27 Nov 2025 19:31:39 +0000 libcgroup configuration Diffstat:
| M | templates/pkg/libcgroup | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/templates/pkg/libcgroup b/templates/pkg/libcgroup @@ -6,6 +6,17 @@ #+{{pkg_install_name("bison")}} #+{{pkg_install_name("musl-fts")}} {% endblock %} +{% block configure_args -%} +{%- endblock %} + --disable-silent-rules \ + --disable-dependency-tracking \ + --enable-tools \ + --disable-pam \ + --disable-daemon \ + --disable-python \ + --disable-initscript-install \ + --disable-tests \ + --disable-code-coverage {% block check -%} check_static command/cgconfigparser