Changeset 0eba16e for general/genlib


Ignore:
Timestamp:
08/15/2013 10:31:32 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
19cf20e
Parents:
834937d
Message:

enable pcre 16 and 32 bit libraries.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r834937d r0eba16e  
    99  <!ENTITY pcre-md5sum        "21514018448ac10062ece7a668fca949">
    1010  <!ENTITY pcre-size          "1.4 MB">
    11   <!ENTITY pcre-buildsize     "18 MB">
    12   <!ENTITY pcre-time          "0.2 SBU">
     11  <!ENTITY pcre-buildsize     "24 MB">
     12  <!ENTITY pcre-time          "0.3 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 -->
    8481    </para>
    8582
     
    10198            --enable-utf                      \
    10299            --enable-unicode-properties       \
     100            --enable-pcre16                   \
     101            --enable-pcre32                   \
    103102            --enable-pcregrep-libz            \
    104103            --enable-pcregrep-libbz2          \
     
    117116<screen role="root"><userinput>make install                     &amp;&amp;
    118117mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
    119 ln -sfv ../../lib/libpcre.so.1.2.1 /usr/lib/libpcre.so</userinput></screen>
     118ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen>
    120119
    121120  </sect2>
     
    134133      going to build <xref linkend="glib2"/> with the
    135134      <parameter>--with-pcre=system</parameter> switch.
     135    </para>
     136
     137    <para>
     138      <option>--enable-pcre16</option>: This switch enables 16 bit
     139      character support.
     140    </para>
     141
     142    <para>
     143      <option>--enable-pcre32</option>: This switch enables 32 bit
     144      character support.
    136145    </para>
    137146
     
    178187        </seg>
    179188        <seg>
    180           libpcre.so, libpcrecpp.so and libpcreposix.so
     189          libpcre.so, libpcre16.so, libpcre32.so,
     190          libpcrecpp.so and libpcreposix.so
    181191        </seg>
    182192        <seg>
Note: See TracChangeset for help on using the changeset viewer.