[Pkg-utopia-commits] r228 - packages/networkmanager/trunk/debian

Thom May thom@costa.debian.org
Fri, 17 Jun 2005 12:33:15 +0000


Author: thom
Date: 2005-06-17 12:33:12 +0000 (Fri, 17 Jun 2005)
New Revision: 228

Modified:
   packages/networkmanager/trunk/debian/rules
Log:
add the missing magic to get the path right for dhcdbd

Modified: packages/networkmanager/trunk/debian/rules
===================================================================
--- packages/networkmanager/trunk/debian/rules	2005-06-17 12:24:15 UTC (rev 227)
+++ packages/networkmanager/trunk/debian/rules	2005-06-17 12:33:12 UTC (rev 228)
@@ -35,7 +35,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-dbus-sys=/etc/dbus-1/system.d --sysconfdir=/etc --libexecdir=/usr/bin --localstatedir=/var/run --with-named=/usr/sbin/named --with-named-user=bind --with-named-dir=/var/lib/NetworkManager
+	CFLAGS="$(CFLAGS)" ac_cv_path_DHCDBD_BINARY_PATH=/sbin/dhcdbd ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-dbus-sys=/etc/dbus-1/system.d --sysconfdir=/etc --libexecdir=/usr/bin --localstatedir=/var/run --with-named=/usr/sbin/named --with-named-user=bind --with-named-dir=/var/lib/NetworkManager
 
 
 #Architecture