diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-22 22:31:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-22 22:31:14 +0000 |
commit | 9b7cbc7e918765bdc467900aa95e4a4e35d5a03b (patch) | |
tree | 07ccda307401af825368509031233b924f726a5f /chapter06 | |
parent | 6dbff4106feb09e4fc0bde607830146d80b1920c (diff) |
Update to pkg-config-0.27
Remove popt
Fix udev-retry boot script for latest udev functioanlity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/pkgconfig.xml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 27c16cfb3..3d15ebf75 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -46,7 +46,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="popt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index 0862520f9..cd94b2f6f 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -45,7 +45,6 @@ <para>Prepare Pkg-config for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --with-installed-popt \ --with-internal-glib \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen> @@ -63,7 +62,6 @@ </sect2> - <sect2 id="contents-pkgconfig" role="content"> <title>Contents of Pkg-config</title> |