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