diff options
| author | Michael Biebl <biebl@debian.org> | 2014-07-10 02:33:55 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-07-10 02:44:34 +0200 |
| commit | 216fb968e3885b7cd1c2e9cdb12ff6b8b89d5083 (patch) | |
| tree | 031ccb12b1ca2cc460ce711b6afe2ece084417aa | |
| parent | 67900e54cfa83b6fd53ba246b43d8ecee8229101 (diff) | |
Specify the path to the pppd and pppoe binary via the corresponding configure switch.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0287ec4c..30e4151a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ network-manager (0.9.10.0-1) UNRELEASED; urgency=medium file obsolete. * Remove the obsolete /etc/dbus-1/system.d/nm-dhcp-client.conf conffile on upgrades. + * Specify the path to the pppd and pppoe binary via the corresponding + configure switch. -- Michael Biebl <biebl@debian.org> Sun, 06 Jul 2014 03:04:21 +0200 diff --git a/debian/rules b/debian/rules index c57fed94..a4cf7f41 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,8 @@ override_dh_auto_configure: dh_auto_configure -- \ --libexecdir=/usr/lib/NetworkManager \ --with-pppd-plugin-dir=/usr/lib/pppd/2.4.6 \ + --with-pppd=/usr/sbin/pppd \ + --with-pppoe=/usr/sbin/pppoe \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ --with-iptables=/sbin/iptables \ |