diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2011-12-20 13:06:05 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2012-02-21 15:53:51 +0100 |
commit | 4605edcd91708c823a710a883533c5349d0eac81 (patch) | |
tree | 212ece9e447ed6a698f4438c1e8bb57559d9e9bf /debian/rules | |
parent | cce5120ea81fcf7e65d484496a43ad1f61de831a (diff) |
Imported Debian patch 2.2.1-3debian/2.2.1-3
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 0a19c71..38c3f68 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-iproute-path=/bin/ip --with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)' + ./configure --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)' build: build-stamp |