Skip to content

Commit

Permalink
miniupnpd: Build daemon with --disable-pppconn to remove legacy
Browse files Browse the repository at this point in the history
workaround no longer included in other implementations since >15y

Signed-off-by: Self Hosting Group <[email protected]>
  • Loading branch information
Self-Hosting-Group committed Jan 6, 2025
1 parent 8c9bbfe commit f62c198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/miniupnpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f62c198

Please sign in to comment.