about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-05-01 13:41:47 +0200
committerMichael Biebl <biebl@debian.org>2014-05-01 13:43:19 +0200
commit443a0dcda8e16ad656306c9bbb6bb7bfa7c089bf (patch)
tree646ce1ab93e7b63449e704759c2dec71c8d2a1f1
parent2eb21fb3b729064b03afe5f9c8e89479acaa3e91 (diff)
Specify the path for the dnsmasq binary at configure time
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 785db469..7b25ee42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ network-manager (0.9.8.10-2) UNRELEASED; urgency=medium
   * Don't hookup NetworkManager-wait-online.service in network-online.target
     because it creates a dependency cycle with our current support for legacy
     SysV init scripts.
+  * Specify the path for the dnsmasq binary at configure time.
 
  -- Michael Biebl <biebl@debian.org>  Sun, 27 Apr 2014 00:35:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 53fe18e3..5b9c9209 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_configure:
 		--with-resolvconf=/sbin/resolvconf \
 		--with-dhclient=/sbin/dhclient \
 		--with-iptables=/sbin/iptables \
+		--with-dnsmasq=/usr/sbin/dnsmasq \
 		--with-systemdsystemunitdir=/lib/systemd/system \
 		--with-crypto=gnutls \
 		--with-session-tracking=systemd \