Ignore:
Timestamp:
06/05/2013 09:28:44 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
5b00a2a
Parents:
13e0a61
Message:

Merge trunk and systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11264 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r13e0a61 raf73a280  
    77  <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
    88  <!ENTITY pcre-download-ftp  "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum        "62f02a76bb57a40bc66681760ed511d5">
    10   <!ENTITY pcre-size          "1.3 MB">
    11   <!ENTITY pcre-buildsize     "16 MB">
    12   <!ENTITY pcre-time          "0.3 SBU">
     9  <!ENTITY pcre-md5sum        "21514018448ac10062ece7a668fca949">
     10  <!ENTITY pcre-size          "1.4 MB">
     11  <!ENTITY pcre-buildsize     "18 MB">
     12  <!ENTITY pcre-time          "0.2 SBU">
    1313]>
    1414
     
    7979    <para role="optional">
    8080      <ulink url="http://valgrind.org/">Valgrind</ulink>
     81<!-- -&#45;enable-pcretest-libedit (redundant as long as LFS installs libreadline
     82      and <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>
     83-->
    8184    </para>
    8285
     
    100103            --enable-pcregrep-libz            \
    101104            --enable-pcregrep-libbz2          \
     105            --enable-pcretest-libreadline     \
    102106            --disable-static                 &amp;&amp;
    103107make</userinput></screen>
     
    113117<screen role="root"><userinput>make install                     &amp;&amp;
    114118mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
    115 ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so</userinput></screen>
     119ln -sfv ../../lib/libpcre.so.1.2.1 /usr/lib/libpcre.so</userinput></screen>
    116120
    117121  </sect2>
     
    142146      support to <command>pcregrep</command> to read
    143147      <filename class="extension">.bz2</filename> compressed files.
     148    </para>
     149
     150    <para>
     151      <option>--enable-pcretest-libreadline</option>: This switch adds line
     152      editing and history features to <command>pcretest</command> program.
    144153    </para>
    145154
Note: See TracChangeset for help on using the changeset viewer.