Skip to content

Commit d1a9705

Browse files
miniupnpd: Build daemon with --disable-pppconn to remove legacy
workaround no longer included in other implementations since >15y Signed-off-by: Self Hosting Group <[email protected]>
1 parent f2279f2 commit d1a9705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/miniupnpd/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ CONFIGURE_ARGS = \
8080
--portinuse \
8181
--firewall=$(BUILD_VARIANT) \
8282
--disable-fork \
83-
--regex
83+
--regex \
84+
--disable-pppconn
8485

8586
TARGET_CFLAGS += $(FPIC)
8687
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed

0 commit comments

Comments
 (0)