From 332771ecf7ba75ebe606c7549a87fb7846138db5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 18 Mar 2006 21:43:25 +0000 Subject: Don't run iproute2's configure stage manually git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/iproute2.xml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f21af66fd..c7ec0bada 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ March 18, 2006 + + [matthew] - Do not run configure manually for iproute2 as it + is run automatically by the Makefile. Thanks to Chris Staub for the + patch. Fixes ticket #1734. + [matthew] - Make bzdiff use mktemp instead of the deprecated tempfile command. Thanks to Chris Staub for the patch. Fixes ticket diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 96a992878..84e4244e0 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,11 +43,6 @@ Installation of IPRoute2 - Prepare IPRoute2 for compilation: - -chmod u+x configure && -./configure - Compile the package: make SBINDIR=/sbin -- cgit v1.2.3-54-g00ecf