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".

Cheers!
Viktor

On Wed, Mar 9, 2011 at 1:47 AM, Michael Biebl <bi...@debian.org> wrote:

> Am 09.03.2011 07:48, schrieb Viktor Malyarchuk:
> > Hi Michael,
> >
> > thank you for the message.
> >
> > "--log-level=DEBUG" do not give any new information. I just rebuilt NM on
> my
> > system. Everything work fine now.
>
> If you rebuild dhcpcd on your own, the configure script most likely
> detects you installed dhcpcd binary, thus enabling support for dhcpcd.
>
> Cheers,
> Michael
>
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>
>
--- a/debian/rules	2011-03-10 01:06:51.000000000 -0800
+++ b/debian/rules	2011-03-10 01:09:46.000000000 -0800
@@ -9,6 +9,7 @@
 		--with-distro=debian \
 		--with-resolvconf=/sbin/resolvconf \
 		--with-dhclient=/sbin/dhclient \
+		--with-dhcpcd=/sbin/dhcpcd \
 		--with-iptables=/sbin/iptables \
 		--with-systemdsystemunitdir=/lib/systemd/system \
 		--with-crypto=gnutls \

Reply via email to