From db51a6426c58924acf6f741376383cb3ad0ba2d7 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 11 Nov 2024 16:30:48 -0800 Subject: [PATCH] tayga: fix compilation with GCC14 Header is needed for musl. Signed-off-by: Rosen Penev --- ipv6/tayga/Makefile | 2 +- ipv6/tayga/patches/010-gcc14.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 ipv6/tayga/patches/010-gcc14.patch diff --git a/ipv6/tayga/Makefile b/ipv6/tayga/Makefile index 2eb74a5752..3132cda2bf 100644 --- a/ipv6/tayga/Makefile +++ b/ipv6/tayga/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tayga PKG_VERSION:=0.9.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=tayga-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.litech.org/tayga/ diff --git a/ipv6/tayga/patches/010-gcc14.patch b/ipv6/tayga/patches/010-gcc14.patch new file mode 100644 index 0000000000..5615b6b18a --- /dev/null +++ b/ipv6/tayga/patches/010-gcc14.patch @@ -0,0 +1,10 @@ +--- a/tayga.h ++++ b/tayga.h +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- 2.30.2