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 /debian/rules | |
| parent | 67900e54cfa83b6fd53ba246b43d8ecee8229101 (diff) | |
Specify the path to the pppd and pppoe binary via the corresponding configure switch.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |