Ignore:
Timestamp:
12/10/2012 04:36:24 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5411c7c1
Parents:
b4d6d68
Message:

Updated to PCRE-8.32

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    rb4d6d68 r500d604a  
    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        "1c9a276af932b5599157f96e945391f0">
    10   <!ENTITY pcre-size          "1.2 MB">
    11   <!ENTITY pcre-buildsize     "13 MB">
    12   <!ENTITY pcre-time          "0.2 SBU">
     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">
    1313]>
    1414
     
    8787    </para>
    8888
    89 <screen><userinput>./configure --prefix=/usr \
     89<screen><userinput>./configure --prefix=/usr                     \
    9090            --docdir=/usr/share/doc/pcre-&pcre-version; \
    91             --enable-utf \
    92             --enable-unicode-properties \
    93             --enable-pcregrep-libz \
    94             --enable-pcregrep-libbz2 \
    95             --disable-static &amp;&amp;
     91            --enable-utf                      \
     92            --enable-unicode-properties       \
     93            --enable-pcregrep-libz            \
     94            --enable-pcregrep-libbz2          \
     95            --disable-static                 &amp;&amp;
    9696make</userinput></screen>
    9797
     
    104104    </para>
    105105
    106 <screen role="root"><userinput>make install &amp;&amp;
     106<screen role="root"><userinput>make install                     &amp;&amp;
    107107mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
    108 ln -sfv ../../lib/libpcre.so.1.0.1 /usr/lib/libpcre.so</userinput></screen>
     108ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so</userinput></screen>
    109109
    110110  </sect2>
     
    141141
    142142    <para>
    143       <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves
     143      <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the
    144144      <application>PCRE</application> library on the root filesystem
    145145      so that it is available in case <command>grep</command>
Note: See TracChangeset for help on using the changeset viewer.