[Buildroot] [PATCH v1 3/3] package/nftables: disable debug build

Peter Seiderer ps.report at gmx.net
Fri Oct 22 19:25:42 UTC 2021


Hello Peter,

On Fri, 22 Oct 2021 20:37:05 +0200, Peter Korsgaard <peter at korsgaard.com> wrote:

> >>>>> "Peter" == Peter Seiderer <ps.report at gmx.net> writes:
>
>  > Signed-off-by: Peter Seiderer <ps.report at gmx.net>
>  > ---
>  >  package/nftables/nftables.mk | 2 +-
>  >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>  > diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
>  > index 6a27975a53..2409eb0571 100644
>  > --- a/package/nftables/nftables.mk
>  > +++ b/package/nftables/nftables.mk
>  > @@ -10,7 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
>  >  NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
>  >  NFTABLES_LICENSE = GPL-2.0
>  >  NFTABLES_LICENSE_FILES = COPYING
>  > -NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
>  > +NFTABLES_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
>
> Is this only for v1.0.0 or something that should be backported to the
> stable branches? You have put this after the bump of nftables in
> the series, but have not explicitly stated anything about it.
>

Sorry for being short in the commit log..., the '-disable-debug' option
just disables the compiler debug option ('-g -DDEBUG') and exits already
in version nftables-0.9.3 (the earliest one in my download directory)...

No urgent need for backport ;-)

Regards,
Peter


More information about the buildroot mailing list