glfs/basicnet/netprogs/portmap/portmap-inst.xml
Tushar Teredesai 024784dd07 Added improved patches for tcp_wrappers and portmap
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1360 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-10 03:59:44 +00:00

13 lines
390 B
XML

<sect2>
<title>Installation of <application>portmap</application></title>
<para>Install <application>portmap</application> with the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation-fixes.patch &amp;&amp;
patch -Np1 -i ../portmap-5beta-glibc-errno-fix.patch &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>