Am 10.03.2011 12:46, schrieb Viktor Malyarchuk:
> Hi Michael,
> 
> yes this is the case. If I build NM on the system with Sid's dhcpcd5
> installed, dhcpcd support is enabled. If build happens on dhcpcd-free
> system, dhcpcd support is disabled by default but could be enabled by
> "--with-dhcpcd=/sbin/dhcpcd".
> 
> Could you be so kind to enable NM's dhcpcd support by applying attached
> patch? It is one-liner that add "--with-dhcpcd=/sbin/dhcpcd \" to
> "debian/rules".

Which version of dhcpcd do you use?

According to configure.ac, on v4 (and later, I guess) is fully supported:

AC_ARG_WITH([dhcpcd], AS_HELP_STRING([--with-dhcpcd=yes|no|path], [Enable dhcpcd
4.x support]))
...
                AC_MSG_CHECKING(for dhcpcd)
                # We fully work with upstream dhcpcd-4
                for path in /sbin /usr/sbin /usr/pkg/sbin /usr/local/sbin; do
                        test -x "${path}/dhcpcd" || continue
                        case `"$path/dhcpcd" --version 2>/dev/null` in


I'm wondering if this could cause problems, given that Debian ships both dhcpcd
v3 and v5 and /sbin/dhcpcd is managed via alternatives.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to