From f62c198b87dda54b0c9bbd6dd5f6389d23b27987 Mon Sep 17 00:00:00 2001 From: Self Hosting Group Date: Mon, 6 Jan 2025 00:00:00 +0000 Subject: [PATCH] miniupnpd: Build daemon with `--disable-pppconn` to remove legacy workaround no longer included in other implementations since >15y Signed-off-by: Self Hosting Group --- net/miniupnpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 020e91c6cba073..7018ff32778f29 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -80,7 +80,8 @@ CONFIGURE_ARGS = \ --portinuse \ --firewall=$(BUILD_VARIANT) \ --disable-fork \ - --regex + --regex \ + --disable-pppconn TARGET_CFLAGS += $(FPIC) TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed