Thanks, applied as 67abccfd74fbc7c31399af14cf570769a907aab6.

Michael

[sent from post-receive hook]

On Wed, 27 May 2026 23:54:49 +0200, Ladislav Michl <[email protected]> wrote:
> Partially revert af3a035787a2 ("libseccomp: install some useful
> development tools on demand") which is always enforcing standalone
> development tools. Leave that on user allowing to choose also
> Busybox' variants.
> 
> Signed-off-by: Ladislav Michl <[email protected]>
> Message-Id: <afG7vrP3tXYGiWxQ@lenoch>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/libseccomp.in b/rules/libseccomp.in
> index 01c6e8a4f079..91a132a85ae5 100644
> --- a/rules/libseccomp.in
> +++ b/rules/libseccomp.in
> @@ -1,12 +1,9 @@
>  ## SECTION=system_libraries
>  
>  menuconfig LIBSECCOMP
> -     bool
> +     tristate
>       prompt "libseccomp                    "
>       select HOST_GPERF
> -     select SED if LIBSECCOMP_UTILS && RUNTIME
> -     select STRACE if LIBSECCOMP_UTILS && RUNTIME
> -     select WHICH if LIBSECCOMP_UTILS && RUNTIME
>       help
>         An Enhanced Seccomp (mode 2) Helper Library
>  
> @@ -23,8 +20,8 @@ config LIBSECCOMP_UTILS
>       prompt "install utils"
>       help
>         Install some utils, useful for development.
> -       Note: in order to run some of these utils the tools 'uniq', 'sort',
> -       'expr' and 'mktemp' from the 'Busybox' *or* 'Coreutils' package is
> -       required.
> +       Note: in order to run some of these utils the tools 'expr', 'mktemp', 
> 'sed',
> +       'sort', 'strace, ''uniq' and 'which' from the 'Busybox' *or* 
> 'Coreutils'
> +       package is required.
>  
>  endif

Reply via email to