mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
2f0d64dc59
commit
f365e1e8c6
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user