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

Peter Korsgaard peter at korsgaard.com
Fri Oct 22 18:37:05 UTC 2021


>>>>> "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.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list