diff options
Diffstat (limited to 'package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch')
-rw-r--r-- | package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch b/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch new file mode 100644 index 0000000000..25f6df6d46 --- /dev/null +++ b/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch @@ -0,0 +1,11 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -3,7 +3,7 @@ sbin_PROGRAMS = nft + CLEANFILES = scanner.c parser_bison.c + + AM_CPPFLAGS = -I$(top_srcdir)/include +-AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" -DDEBUG \ ++AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" \ + ${LIBMNL_CFLAGS} ${LIBNFTNL_CFLAGS} + + AM_CFLAGS = -Wall \ |