Changeset 0eba16e
- Timestamp:
- 08/15/2013 10:31:32 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 19cf20e
- Parents:
- 834937d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/pcre.xml
r834937d r0eba16e 9 9 <!ENTITY pcre-md5sum "21514018448ac10062ece7a668fca949"> 10 10 <!ENTITY pcre-size "1.4 MB"> 11 <!ENTITY pcre-buildsize " 18MB">12 <!ENTITY pcre-time "0. 2SBU">11 <!ENTITY pcre-buildsize "24 MB"> 12 <!ENTITY pcre-time "0.3 SBU"> 13 13 ]> 14 14 … … 79 79 <para role="optional"> 80 80 <ulink url="http://valgrind.org/">Valgrind</ulink> 81 <!-- --enable-pcretest-libedit (redundant as long as LFS installs libreadline82 and <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>83 -->84 81 </para> 85 82 … … 101 98 --enable-utf \ 102 99 --enable-unicode-properties \ 100 --enable-pcre16 \ 101 --enable-pcre32 \ 103 102 --enable-pcregrep-libz \ 104 103 --enable-pcregrep-libbz2 \ … … 117 116 <screen role="root"><userinput>make install && 118 117 mv -v /usr/lib/libpcre.so.* /lib && 119 ln -sfv ../../lib/ libpcre.so.1.2.1/usr/lib/libpcre.so</userinput></screen>118 ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen> 120 119 121 120 </sect2> … … 134 133 going to build <xref linkend="glib2"/> with the 135 134 <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. 136 145 </para> 137 146 … … 178 187 </seg> 179 188 <seg> 180 libpcre.so, libpcrecpp.so and libpcreposix.so 189 libpcre.so, libpcre16.so, libpcre32.so, 190 libpcrecpp.so and libpcreposix.so 181 191 </seg> 182 192 <seg>
Note:
See TracChangeset
for help on using the changeset viewer.