[Pkg-utopia-commits] r2432 - /packages/experimental/networkmanager/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 2 23:57:04 UTC 2008
Author: biebl
Date: Thu Oct 2 23:57:04 2008
New Revision: 2432
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2432
Log:
Pass the correct path of resolvconf and dhclient to ./configure
Modified:
packages/experimental/networkmanager/debian/rules
Modified: packages/experimental/networkmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/networkmanager/debian/rules?rev=2432&op=diff
==============================================================================
--- packages/experimental/networkmanager/debian/rules (original)
+++ packages/experimental/networkmanager/debian/rules Thu Oct 2 23:57:04 2008
@@ -17,6 +17,8 @@
DEB_CONFIGURE_EXTRA_FLAGS += \
--with-dbus-sys=/etc/dbus-1/system.d \
--with-distro=debian \
+ --with-resolvconf=/sbin/resolvconf \
+ --with-dhcp-client=/sbin/dhclient \
--with-crypto=gnutls
DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 .
More information about the Pkg-utopia-commits
mailing list