diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-19 09:39:59 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-22 23:00:31 +0200 |
| commit | 55bab4f619833b4edf933a7309503c9425cf623d (patch) | |
| tree | b03804b58cc1fa77c76200f5754e3dfbfd3eecf7 /package/libnice | |
| parent | 308ca05f96cda6fc89d0502a41df1867ce6a5b60 (diff) | |
| download | buildroot-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.patch | 20 |
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; |

