Install Kmod's and Xz's pkgconfig files in the correct location.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-02-05 21:18:15 +00:00
parent 2f0d64dc59
commit f365e1e8c6
4 changed files with 15 additions and 4 deletions

View File

@ -37,6 +37,17 @@
-->
<listitem>
<para>2012-02-05</para>
<itemizedlist>
<listitem>
<para>[matthew] - Install Kmod's and Xz's pkgconfig files in
the standard location. Thanks to John Burrell and Bryan for the
original reports and Ken for the suggested fix.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-02-04</para>
<itemizedlist>

View File

@ -76,7 +76,7 @@ zlib_LIBS="-L/lib -lz" \
Module-Init-Tools, the package that previously handled Linux kernel modules:
</para>
<screen><userinput remap="install">make install
<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
for target in depmod insmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done

View File

@ -58,7 +58,7 @@
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen>
</sect2>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120204">
<!ENTITY releasedate "Feb 4, 2012">
<!ENTITY version "SVN-20120205">
<!ENTITY releasedate "Feb 5, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->