summaryrefslogtreecommitdiffstats
path: root/package/libnice
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-19 09:39:59 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 23:00:31 +0200
commit55bab4f619833b4edf933a7309503c9425cf623d (patch)
treeb03804b58cc1fa77c76200f5754e3dfbfd3eecf7 /package/libnice
parent308ca05f96cda6fc89d0502a41df1867ce6a5b60 (diff)
downloadbuildroot-55bab4f619833b4edf933a7309503c9425cf623d.tar.gz
buildroot-55bab4f619833b4edf933a7309503c9425cf623d.zip
packages: remove non-IPv6 enabler patches
These are no longer required so remove them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libnice')
-rw-r--r--package/libnice/0001-build-IPV6_RECVERR.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/libnice/0001-build-IPV6_RECVERR.patch b/package/libnice/0001-build-IPV6_RECVERR.patch
deleted file mode 100644
index af55bb9d9d..0000000000
--- a/package/libnice/0001-build-IPV6_RECVERR.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Make libnice build in non-IPv6 configurations
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/stun/usages/bind.c
-===================================================================
---- a/stun/usages/bind.c
-+++ b/stun/usages/bind.c
-@@ -260,9 +260,11 @@
- case AF_INET:
- setsockopt (fd, SOL_IP, IP_RECVERR, &yes, sizeof (yes));
- break;
-+#ifdef IPV6_RECVERR
- case AF_INET6:
- setsockopt (fd, SOL_IPV6, IPV6_RECVERR, &yes, sizeof (yes));
- break;
-+#endif
- default:
- /* Nothing to do. */
- break;
OpenPOWER on IntegriCloud