From 63d6655fa3f6d764966161c439d23b2e3f9dfc17 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 27 Jan 2013 20:32:14 +0000 Subject: Update to pkg-config-0.28 Typos in procps-ng git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pkgconfig.xml | 24 ++++++++++++++++++++++++ chapter06/procps.xml | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index b5b613230..43e1b162f 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -46,8 +46,32 @@ ./configure --prefix=/usr \ --with-internal-glib \ + --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; + + The meaning of the new configure options: + + + --with-internal-glib + + This will allow pkg-config to use it's internal version of + glib becasue an external version is not availible in LFS. + + + + + --disable-host-tool + + This option disables the creation of an undesired hard link + to the pkg-config program. + + + + + + + Compile the package: make diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 8e874960f..8da11e5c0 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -14,7 +14,7 @@
&procps-ng-url;
- Procps-&procps-ng-version; + Procps-ng-&procps-ng-version; Procps-ng @@ -93,7 +93,7 @@ popd /usr is not mounted. mv -v /usr/lib/libprocps.so.* /lib -ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so +ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so -- cgit v1.2.3-54-g00ecf