diff --git a/net/xfrpc/Makefile b/net/xfrpc/Makefile index 59bc2d6140fb8..b6c0c06581175 100644 --- a/net/xfrpc/Makefile +++ b/net/xfrpc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfrpc PKG_VERSION:=3.05.661 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/liudf0716/xfrpc/tar.gz/$(PKG_VERSION)? diff --git a/net/xfrpc/patches/010-gcc14.patch b/net/xfrpc/patches/010-gcc14.patch new file mode 100644 index 0000000000000..97f508b7aa889 --- /dev/null +++ b/net/xfrpc/patches/010-gcc14.patch @@ -0,0 +1,10 @@ +--- a/xfrpc.c ++++ b/xfrpc.c +@@ -51,6 +51,7 @@ + #include "plugins/telnetd.h" + #include "plugins/instaloader.h" + #include "plugins/httpd.h" ++#include "plugins/youtubedl.h" + + static void start_xfrpc_local_service() + {