From d152bdf38af851f94d4837473c35891d8ac5900f Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Fri, 18 Jul 2014 21:06:48 +0200 Subject: [PATCH] siproxd: fix missing sys/time.h Signed-off-by: Jiri Slachta --- net/siproxd/Makefile | 6 +++--- net/siproxd/patches/011-include-sys-time.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 net/siproxd/patches/011-include-sys-time.patch diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 6b08d05..40e7114 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=siproxd PKG_VERSION:=0.8.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/siproxd @@ -36,7 +36,7 @@ define Package/siproxd endef define Package/siproxd/description - Siproxd is a proxy/masquerading daemon for the SIP protocol. + Siproxd is a proxy/masquerading daemon for the SIP protocol. endef define Package/siproxd/conffiles diff --git a/net/siproxd/patches/011-include-sys-time.patch b/net/siproxd/patches/011-include-sys-time.patch new file mode 100644 index 0000000..81fabda --- /dev/null +++ b/net/siproxd/patches/011-include-sys-time.patch @@ -0,0 +1,10 @@ +--- siproxd-0.8.1/src/dejitter.c ++++ siproxd-0.8.1/src/dejitter.c +@@ -24,6 +24,7 @@ + + #include + #include ++#include + #include + + #include -- 2.11.0