[Buildroot] [PATCH 1/1] package/libtirpc: add missing !BR2_STATIC_LIBS dependency

Petr Vorel petr.vorel at gmail.com
Sun Jul 25 21:18:48 UTC 2021


Hi James, Thomas,
> On Sun, 25 Jul 2021 14:46:24 -0600
> James Hilliard <james.hilliard1 at gmail.com> wrote:

> > Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
> > ---
> >  package/libtirpc/Config.in | 1 +
> >  1 file changed, 1 insertion(+)

> > diff --git a/package/libtirpc/Config.in b/package/libtirpc/Config.in
> > index 1899edefbf..6a900c68c3 100644
> > --- a/package/libtirpc/Config.in
> > +++ b/package/libtirpc/Config.in
> > @@ -10,6 +10,7 @@ config BR2_PACKAGE_LIBTIRPC
> >  config BR2_PACKAGE_LIBTIRPC_GSS
> >  	bool "gss"
> >  	depends on BR2_USE_MMU # libkrb5
> > +	depends on !BR2_STATIC_LIBS # libkrb5
> >  	depends on BR2_PACKAGE_LIBTIRPC
> >  	select BR2_PACKAGE_LIBKRB5
> >  	help

> Thanks, but a bit more than that is needed:

>  (1) A Config.in "comment" in package/libtirpc/Config.in

>  (2) The propagation of this "depends on" in places where
>      BR2_PACKAGE_LIBTIRPC_GSS is selected, i.e in
>      BR2_PACKAGE_NFS_UTILS_GSS. A Config.in comment will be needed as
>      well.
I'm sorry to not catching these.

Kind regards,
Petr

> Thanks!

> Thomas


More information about the buildroot mailing list