commit 0aa8cea6659350923820ee8bad5baea85a44c0da parent 246802512ede50f4813f7e10327fe68e3f955cf2 Author: Nicolas Thill <nico@openwrt.org> Date: Tue, 23 Jun 2015 01:33:11 +0200 Merge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into jow--keepalived-musl-compat Diffstat:
| M | net/keepalived/Makefile | | | 2 | +- |
| A | net/keepalived/patches/100-musl-compat.patch | | | 10 | ++++++++++ |
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keepalived PKG_VERSION:=1.2.16 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= http://www.keepalived.org/software diff --git a/net/keepalived/patches/100-musl-compat.patch b/net/keepalived/patches/100-musl-compat.patch @@ -0,0 +1,10 @@ +--- a/lib/utils.h ++++ b/lib/utils.h +@@ -31,6 +31,7 @@ + #include <arpa/inet.h> + #include <arpa/nameser.h> + #include <sys/param.h> ++#include <sys/types.h> + #include <sys/utsname.h> + #include <netdb.h> +