diff --git a/net/squid/Makefile b/net/squid/Makefile index 1d34d26ca..d5873c7b2 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=3.5.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Luka Perkov diff --git a/net/squid/patches/200-musl-compat.patch b/net/squid/patches/200-musl-compat.patch new file mode 100644 index 000000000..7cbd9da9f --- /dev/null +++ b/net/squid/patches/200-musl-compat.patch @@ -0,0 +1,15 @@ +--- a/lib/rfcnb/rfcnb-io.c ++++ b/lib/rfcnb/rfcnb-io.c +@@ -36,11 +36,11 @@ + #include "rfcnb/rfcnb-util.h" + #include "rfcnb/std-includes.h" + ++#include + #if HAVE_STRING_H + #include + #endif + #include +-#include + + int RFCNB_Timeout = 0; /* Timeout in seconds ... */ +