From: Jiri Slachta Date: Fri, 18 Jul 2014 19:06:48 +0000 (+0200) Subject: siproxd: fix missing sys/time.h X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d152bdf38af851f94d4837473c35891d8ac5900f;p=feed%2Ftelephony.git siproxd: fix missing sys/time.h Signed-off-by: Jiri Slachta --- 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