diff options
| author | Michael Biebl <biebl@debian.org> | 2010-01-21 23:37:57 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-01-21 23:37:57 +0000 |
| commit | 371a0def16f9a44de724bf34496fb70524f37161 (patch) | |
| tree | c487eb1e46e7ce3eb78ff2af85c59c3217f34cfe /debian/rules | |
| parent | d1f2ba42f4f732c70bd92b10d05ba73befefaabd (diff) | |
Specify the path to the iptables binary.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3392 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4a3a7992..0fefb1de 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --with-distro=debian \ --with-resolvconf=/sbin/resolvconf \ --with-dhcp-client=/sbin/dhclient \ + --with-iptables=/sbin/iptables \ --with-crypto=gnutls \ --disable-more-warnings |