Changeset bb2a071c


Ignore:
Timestamp:
06/24/2004 07:47:44 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1623c2
Parents:
014d11ad
Message:

fixed redundant Command Explanations section in WVStreams

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2375 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r014d11ad rbb2a071c  
    3333<itemizedlist spacing='compact'>
    3434<listitem><para>Required Patch: <ulink
    35 url="&patch-root;/wvstreams-&wvstreams-version;-wvcrypto.patch"/></para></listitem>
     35url="&patch-root;/wvstreams-&wvstreams-version;-wvcrypto-1.patch"/></para></listitem>
    3636<listitem><para>Required Patch: <ulink
    37 url="&patch-root;/wvstreams-&wvstreams-version;-wvresolver.patch"/></para></listitem>
     37url="&patch-root;/wvstreams-&wvstreams-version;-wvresolver-1.patch"/></para></listitem>
    3838</itemizedlist></sect3>
    3939
     
    4949<title>Installation of <application>WvStreams</application></title>
    5050
    51 <para>Install <application>WvStreams</application> by running the following commands:</para>
     51<para>Install <application>WvStreams</application> by running the following
     52commands:</para>
    5253
    53 <screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto.patch &amp;&amp;
    54 patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver.patch &amp;&amp;
     54<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto-1.patch &amp;&amp;
     55patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver-1.patch &amp;&amp;
    5556make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
    5657make PREFIX=/usr install</command></userinput></screen>
     
    6162<title>Command explanations</title>
    6263
    63 <para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>:
    64 This fixes <filename class="libraryfile">libwvstreams</filename>' issues
    65 with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
    66 
    67 </sect2>
    68 
    69 <sect2>
    70 <title>Command explanations</title>
    71 
    72 <para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>:
    73 This fixes <filename class="libraryfile">libwvstreams</filename>' issues
    74 with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
     64<para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>: This fixes
     65<filename class="libraryfile">libwvstreams</filename>' issues  with
     66<application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
    7567
    7668</sect2>
  • introduction/welcome/changelog.xml

    r014d11ad rbb2a071c  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 24th, 2004 [randy]: Fixed redundant "Command Explanations"
     22section in WVSteams.</para></listitem>
    2023
    2124<listitem><para>June 24th, 2004 [randy]: Renamed several package's patch names
Note: See TracChangeset for help on using the changeset viewer.