On Wed, Apr 29, 2015 at 09:43:00AM +0300, Timo Teräs wrote:
> Default RTADV enabled for non-glibc linux (fixes check for musl libc).
[...]
> -#if (defined(LINUX_IPV6) && (defined(__GLIBC__) && __GLIBC__ >= 2 && 
> __GLIBC_MINOR__ >= 1)) || defined(KAME)
> +#if (defined(LINUX_IPV6) && (!defined(__GLIBC__) || defined(__GLIBC__) && 
> __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1)) || defined(KAME)
>    #ifdef HAVE_RTADV
>      #define RTADV

This really needs to be a configure check; it's really bad behaviour to
accept --enable-rtadv on the configure line and then not actually have
it enabled...

Either way, that can be fixed in a separate patch, this one moves from
bad to less bad.

Accepted 1/7,2/7,3/7 (now looking at the vtysh stuff for 4-6)

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to