summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2011-12-20 07:21:07 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2012-02-21 15:53:48 +0100
commitcce5120ea81fcf7e65d484496a43ad1f61de831a (patch)
tree7258bf93021183d9910a293a0a25551d86e48b63 /debian/rules
parent3cedd1dd9877a0bae3e69d27c3d1a2fcd98787c0 (diff)
Imported Debian patch 2.2.1-2debian/2.2.1-2
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 935b9bb..0a19c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ endif
config.status: $(QUILT_STAMPFN)
dh_testdir
# Add here commands to configure the package.
- ./configure --enable-iproute2 --enable-pthread --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig --with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)'
+ ./configure --enable-iproute2 --enable-pthread --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig --with-iproute-path=/bin/ip --with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)'
build: build-stamp