Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    ra7903332 r72592375  
    77  <!ENTITY pcre-download-http "https://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2">
    88  <!ENTITY pcre-download-ftp  "ftp://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum        "4452288e6a0eefb2ab11d36010a1eebb">
     9  <!ENTITY pcre-md5sum        "cf7326204cc46c755b5b2608033d9d24">
    1010  <!ENTITY pcre-size          "1.5 MB">
    11   <!ENTITY pcre-buildsize     "23 MB (with tests)">
     11  <!ENTITY pcre-buildsize     "20 MB (with tests)">
    1212  <!ENTITY pcre-time          "0.3 SBU (with tests)">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3738    </para>
    3839
    39     &lfs110a_checked;
     40    &lfs10_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112113    </para>
    113114
    114 <screen role="root"><userinput>make install</userinput></screen>
     115<screen role="root"><userinput>make install                     &amp;&amp;
     116mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
     117ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen>
    115118
    116119  </sect2>
     
    157160      href="../../xincludes/static-libraries.xml"/>
    158161
    159     <!-- FIXME: Removed due to merged-/usr setup
    160162    <para>
    161163      <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the
     
    164166      gets reinstalled with <application>PCRE</application> support.
    165167    </para>
    166     -->
    167168
    168169    <para>
     
    205206          <para>
    206207            is a <command>grep</command> that understands
    207             <application>Perl</application> compatible regular expressions
     208            <application>Perl</application> compatible regular expressions.
    208209          </para>
    209210          <indexterm zone="pcre pcregrep">
     
    218219          <para>
    219220            can test a <application>Perl</application> compatible
    220             regular expression
     221            regular expression.
    221222          </para>
    222223          <indexterm zone="pcre pcretest">
     
    231232          <para>
    232233            is used during the compile process of programs linking to
    233             the <application>PCRE</application> libraries
     234            the <application>PCRE</application> libraries.
    234235          </para>
    235236          <indexterm zone="pcre pcre-config">
Note: See TracChangeset for help on using the changeset viewer.