mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Pass a valid path to the --prefix switch of module-init-tools' configure script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
64aeb1e5a9
commit
3ffd592783
@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>December 17, 2005 [matt]: Pass a valid path to
|
||||
module-init-tools' --prefix configure switch and remove the now unnecessary
|
||||
--mandir switch</para></listitem>
|
||||
|
||||
<listitem><para>December 17, 2005 [matt]: Symlink Vim's documentation to
|
||||
/usr/share/doc. Fixes bug 1610. Thanks to Randy McMurchy for the original
|
||||
report and to Ken and Jeremy for their investigations into the fix.</para>
|
||||
|
@ -39,23 +39,7 @@ make distclean</userinput></screen>
|
||||
|
||||
<para>Prepare Module-Init-Tools for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
|
||||
--enable-zlib</userinput></screen>
|
||||
|
||||
<para>The meaning of the configure options:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--mandir=/usr/share/man</parameter></term>
|
||||
<listitem><para>This ensures the man pages are installed in the correct
|
||||
location.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-zlib</parameter></term>
|
||||
<listitem><para>This allows the Module-Init-Tools package to handle compressed
|
||||
kernel modules.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user