From: Rosen Penev Date: Wed, 30 Oct 2024 04:43:22 +0000 (-0700) Subject: atlas-probe: fix compilation with GCC14 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0b0841e2906aa55d95f678a9198a959b17c4f951;p=openwrt-packages.git atlas-probe: fix compilation with GCC14 Missing header. Signed-off-by: Rosen Penev --- diff --git a/net/atlas-probe/Makefile b/net/atlas-probe/Makefile index 3c0845c0d..8724a8729 100644 --- a/net/atlas-probe/Makefile +++ b/net/atlas-probe/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=atlas-probe PKG_VERSION:=2.6.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) diff --git a/net/atlas-probe/patches/020-gcc14.patch b/net/atlas-probe/patches/020-gcc14.patch new file mode 100644 index 000000000..442ddc126 --- /dev/null +++ b/net/atlas-probe/patches/020-gcc14.patch @@ -0,0 +1,10 @@ +--- a/networking/telnetd.c ++++ b/networking/telnetd.c +@@ -133,6 +133,7 @@ + #include + #include + #include ++#include + + #define LOGIN_PREFIX "Atlas probe, see http://atlas.ripe.net/\r\n\r\n" + #define LOGIN_PROMPT " login: "