diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-31 19:56:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-31 19:56:58 +0000 |
commit | 056d35f9f0e8a9eb0901dd9d4743104f83f03559 (patch) | |
tree | ca9c82568a8e439b64b3b434d30c4cdb04afce8b /package/avahi/uclibc.patch | |
parent | bd6561e7813f8d080492bdd7f4c77d306387c918 (diff) | |
download | buildroot-novena-056d35f9f0e8a9eb0901dd9d4743104f83f03559.tar.gz buildroot-novena-056d35f9f0e8a9eb0901dd9d4743104f83f03559.zip |
avahi: bump version
Diffstat (limited to 'package/avahi/uclibc.patch')
-rw-r--r-- | package/avahi/uclibc.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/avahi/uclibc.patch b/package/avahi/uclibc.patch index 5b2e17022..8cc3cb944 100644 --- a/package/avahi/uclibc.patch +++ b/package/avahi/uclibc.patch @@ -1,11 +1,11 @@ -diff -urN avahi-0.6.14-orig/avahi-core/socket.c avahi-0.6.14/avahi-core/socket.c ---- avahi-0.6.14-orig/avahi-core/socket.c 2006-08-31 10:18:03.000000000 -0700 -+++ avahi-0.6.14/avahi-core/socket.c 2006-09-21 19:01:31.000000000 -0700 -@@ -394,13 +394,13 @@ +diff -urpN avahi-0.6.22.orig/avahi-core/socket.c avahi-0.6.22/avahi-core/socket.c +--- avahi-0.6.22.orig/avahi-core/socket.c 2007-12-16 22:03:08.000000000 +0100 ++++ avahi-0.6.22/avahi-core/socket.c 2008-03-31 17:13:24.000000000 +0200 +@@ -394,13 +394,13 @@ int avahi_open_socket_ipv6(int no_reuse) avahi_log_warn("IPV6_UNICAST_HOPS failed: %s", strerror(errno)); goto fail; } -- +- +#ifdef IPV6_V6ONLY yes = 1; if (setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, &yes, sizeof(yes)) < 0) { |