From: Rosen Penev Date: Thu, 16 May 2024 01:00:18 +0000 (-0700) Subject: nsutils: fix compilation with GCC14 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4a07db85e8ea0a6c992d502fc8d02f9f84c2e770;p=feed%2Fpackages.git nsutils: fix compilation with GCC14 Missing header. Signed-off-by: Rosen Penev --- diff --git a/utils/nsutils/Makefile b/utils/nsutils/Makefile index 9720fe9057..a87517aa0c 100644 --- a/utils/nsutils/Makefile +++ b/utils/nsutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nsutils BASE_VERSION:=0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rd235/nsutils.git diff --git a/utils/nsutils/patches/010-gcc14.patch b/utils/nsutils/patches/010-gcc14.patch new file mode 100644 index 0000000000..49b9f912fa --- /dev/null +++ b/utils/nsutils/patches/010-gcc14.patch @@ -0,0 +1,10 @@ +--- a/nslist.c ++++ b/nslist.c +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include + #include