From 6aeced45afc52af3b7e0c81bd70797a7c58ab6e0 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 25 Nov 2006 19:15:17 +0000 Subject: Prevent inetutils from installing ifconfig as LFS uses ip to configure network interfaces. Fixes #1914. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/inetutils.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 1bf49f0e6..69afa57a2 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -45,12 +45,22 @@ ./configure --prefix=/usr --libexecdir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var \ - --disable-logger --disable-syslogd \ + --disable-ifconfig --disable-logger --disable-syslogd \ --disable-whois --disable-servers The meaning of the configure options: + + --disable-ifconfig + + This option prevents Inetutils from installing the + ifconfig, which can be used to configure network + interfaces. LFS uses ip from IPRoute2 to perform + this task. + + + --disable-logger -- cgit v1.2.3-54-g00ecf