[Buildroot] [PATCH 1/2] package/libcap-ng: disable python3

Yann E. MORIN yann.morin.1998 at free.fr
Fri Dec 29 20:53:51 UTC 2023


Fabrice, All,

On 2023-12-26 17:55 +0100, Fabrice Fontaine spake thusly:
> python3 is an optional dependency (enabled by default) since bump to
> version 0.7.7 in commit 4314c86b0b932c3d381ae59b641366697906868f and
> https://github.com/stevegrubb/libcap-ng/commit/02fc25f9d3a00c7d7ccd619d8d678511a73b940b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Both, applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libcap-ng/libcap-ng.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libcap-ng/libcap-ng.mk b/package/libcap-ng/libcap-ng.mk
> index 46f72c702e..c33460d951 100644
> --- a/package/libcap-ng/libcap-ng.mk
> +++ b/package/libcap-ng/libcap-ng.mk
> @@ -12,10 +12,10 @@ LIBCAP_NG_CPE_ID_VENDOR = libcap-ng_project
>  LIBCAP_NG_INSTALL_STAGING = YES
>  
>  LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
> -LIBCAP_NG_CONF_OPTS = --without-python
> +LIBCAP_NG_CONF_OPTS = --without-python --without-python3
>  
>  HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
> -HOST_LIBCAP_NG_CONF_OPTS = --without-python
> +HOST_LIBCAP_NG_CONF_OPTS = --without-python --without-python3
>  
>  $(eval $(autotools-package))
>  $(eval $(host-autotools-package))
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list