apinger: fix compilation with GCC 14
authorRosen Penev <rosenp@gmail.com>
Mon, 13 May 2024 03:38:57 +0000 (20:38 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 14 May 2024 23:37:10 +0000 (16:37 -0700)
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/apinger/Makefile
net/apinger/patches/070-gcc14.patch [new file with mode: 0644]

index 4d24a23917a2d03a2d9dee4d5e785c7934a31077..e37a9b3e5d1833c187c21a46babb4096ccac9f71 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=apinger
 PKG_SOURCE_DATE:=2015-04-09
 PKG_SOURCE_VERSION:=78eb328721ba1a10571c19df95acddcb5f0c17c8
-PKG_RELEASE:=6
+PKG_RELEASE:=7
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/Jajcus/apinger
diff --git a/net/apinger/patches/070-gcc14.patch b/net/apinger/patches/070-gcc14.patch
new file mode 100644 (file)
index 0000000..0123d8e
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/src/conf.c
++++ b/src/conf.c
+@@ -27,6 +27,7 @@
+ #endif
+ #include "conf.h"
+ #include "cfgparser1.h"
++#include "debug.h"
+ #ifdef HAVE_ASSERT_H
+ # include <assert.h>