[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Patches][312039] #558975: avahi 0.6.25



Patches item #312039, was changed at 31/10/2009 21:37 by Pino Toscano
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312039&group_id=30628

Status: Open
Priority: 3
Submitted By: Pino Toscano (pino-guest)
Assigned to: Nobody (None)
>Summary: #558975: avahi 0.6.25 
Category: None
Group: None
Resolution: None


Initial Comment:
The scenario is the following: in avahi-core, three different network interface backends,
- iface-linux.c (compiled if linux/netlink.h is found)
- iface-pfroute.c (compiled if net/route.h is found)
- iface-none.c (compiled in the remaining cases)
on Hurd, it finds net/route.h so it tries to compile the pfroute backend; the problem is that the backend uses net/if_dl.h and the rt_* network stuff, unavailable.
The proposed patch extends the configure check for net/route.h by adding net/if_dl.h among the includes needed for the check, so it will pass if net/route.h and net/if_dl.h are both available.

Although the pfroute backend is used by *freebsd-*, the change shouldn't affect it.

----------------------------------------------------------------------

>Comment By: Pino Toscano (pino-guest)
Date: 01/12/2009 01:24

Message:
Done, bug #558975.

----------------------------------------------------------------------

Comment By: Samuel Thibault (sthibault)
Date: 30/11/2009 23:56

Message:
Just fine, please submit!


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312039&group_id=30628


Reply to: