Am 20.01.2016 um 15:11 schrieb Michael Biebl: > Hi Tuomas, > > Am 07.01.2016 um 01:46 schrieb Tuomas Suutari: >> Luckily, it seems to be easy to fix this. Just add dhcpcd5 as build dep >> and pass the --with-dhcpcd option to configure. I will include a patch >> for this. > > Can you elaborate, why the Build-Depends on dhcpcd5 is necessary if we > are passing the full patch to ./configure via --with-dhcpcd=/sbin/dhcpcd?
Looking into this a bit more, specifically the configure check for
dhcpcd: If we pass the /sbin/dhcpcd path to --with-dhcpcd,
IPV6 support is not enabled, because the following check is not run:
elif $with_dhcpcd --version 2>&1 | grep -q "^dhcpcd [[6789]]\."; then
AC_DEFINE(DHCPCD_SUPPORTS_IPV6, 1, [Define if dhcpcd supports
IPv6 (6.x+)])
fi
Is that really intentional in your patch?
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

