commit 0983670143da35a91082561facf539d16dd11dd9 parent c6ffaa34d6e945a1c06786502f23ccd77a7d10df Author: Luka Perkov <luka.perkov@sartura.hr> Date: Thu, 25 Jun 2015 22:04:35 +0200 Merge pull request #1469 from jow-/squid-musl-compat squid: fix musl compatibility Diffstat:
| M | net/squid/Makefile | | | 2 | +- |
| A | net/squid/patches/200-musl-compat.patch | | | 15 | +++++++++++++++ |
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git 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 <luka@openwrt.org> diff --git a/net/squid/patches/200-musl-compat.patch 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 <signal.h> + #if HAVE_STRING_H + #include <string.h> + #endif + #include <sys/uio.h> +-#include <sys/signal.h> + + int RFCNB_Timeout = 0; /* Timeout in seconds ... */ +