mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
9635613edb
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1167 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<sect2>
|
|
<title>Installation of <application><acronym>CVS</acronym></application></title>
|
|
|
|
<para>The <filename>cvs-&cvs-version;-zlib.patch</filename> patch is
|
|
used to compile <application><acronym>CVS</acronym></application>
|
|
dynamically against <application>zlib</application> instead of using the version
|
|
included with the <application><acronym>CVS</acronym></application>
|
|
source. This has the advantage that if (or when) there is a security
|
|
vulnerability found in <application>zlib</application>, you don't need to wait for a
|
|
new version of <application><acronym>CVS</acronym></application> to
|
|
appear as once you have upgraded <application>zlib</application>, the problem
|
|
will be fixed.</para>
|
|
|
|
<para>If you are going to use the patch mentioned above, first apply it:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../cvs-&cvs-version;-zlib.patch</command></userinput></screen>
|
|
|
|
<para>Install <application><acronym>cvs</acronym></application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|