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/pkgconfig.xml | |
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/pkgconfig.xml')
-rw-r--r-- | chapter06/pkgconfig.xml | 2 |
1 files changed, 0 insertions, 2 deletions
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> |