From bae0409e64033c4417871d065bf7eb24ecd5a9de Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 25 Jan 2011 20:21:28 +0000 Subject: [PATCH] Add a note about optionally building popt before pkg-config git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9451 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/pkg-config.xml | 6 ++++++ general.ent | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bc6cc0171..29568b18a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2011-01-25 + + + [bdubbs] Add a note about optionally building + popt before pkg-config. Fixes + #2781. + + + + 2011-01-24 diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index ceb9581cf..444a30c9a 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -42,6 +42,12 @@ Installation of Pkg-config + Pkg-Config will use an included version of Popt to parse + command line options. If an external version of Popt is desired, install + that version using the BLFS Popt build + instructions before installing Pkg-config. + Prepare Pkg-config for compilation: ./configure --prefix=/usr diff --git a/general.ent b/general.ent index 6ec9cbe4b..6d327df50 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +