diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-15 02:48:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-15 02:48:51 +0200 |
| commit | ff2d70a4434eba0d47d88ae022247bd3f704ecb0 (patch) | |
| tree | ae3139300664a5492d85068c30955f6f6a09172e /debian/rules | |
| parent | 657c5d5409ca66d53439adefaaa984b7727e7314 (diff) | |
Build against ppp 2.4.6. Update plugin path and dependencies accordingly.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4540c587..512eda65 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_dh_autoreconf: override_dh_auto_configure: dh_auto_configure -- \ --libexecdir=/usr/lib/NetworkManager \ - --with-pppd-plugin-dir=/usr/lib/pppd/2.4.5 \ + --with-pppd-plugin-dir=/usr/lib/pppd/2.4.6 \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ --with-iptables=/sbin/iptables \ |