From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjhill at realitydiluted.com Date: Tue, 22 Jul 2008 10:10:11 -0500 Subject: [Buildroot] [PATCH] Fix util-linux dependencies In-Reply-To: References: Message-ID: <20080722151011.GA18680@real.realitydiluted.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Jul 22, 2008 at 08:39:14AM -0600, Wade Berrier wrote: > > On Tue, Jul 22, 2008 at 8:24 AM, Wade Berrier wrote: > > util-linux appears to depend on RPC support. > > Before making a wholesale change like this, you should probably look at the 'configure' and 'MCONFIG' files and discover exactly what RPC support is needed. If changing a config option to not include certain utilities depending on RPC is possible, then the preferred method is to add a patch for that instead of blindly enabling an option for the entire buildroot. -Steve