summaryrefslogtreecommitdiffstats
path: root/package/libnice/0001-build-IPV6_RECVERR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnice/0001-build-IPV6_RECVERR.patch')
-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