mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update pcre, and activate the reference ready for the newer glib.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7626 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3cf1f5f1ca
commit
dfb751bce3
@ -98,7 +98,7 @@ $Date$
|
|||||||
|
|
||||||
<!-- Part III -->
|
<!-- Part III -->
|
||||||
<!-- Chapter 8 -->
|
<!-- Chapter 8 -->
|
||||||
<!ENTITY pcre-version "7.6">
|
<!ENTITY pcre-version "7.8">
|
||||||
<!ENTITY popt-version "1.14">
|
<!ENTITY popt-version "1.14">
|
||||||
<!ENTITY slang-version "2.1.3">
|
<!ENTITY slang-version "2.1.3">
|
||||||
<!ENTITY gamin-version "0.1.9">
|
<!ENTITY gamin-version "0.1.9">
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
<!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
|
<!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
|
||||||
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
|
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
|
||||||
<!ENTITY pcre-md5sum "2af38e083fb90ef60fa9eda7cc290e86">
|
<!ENTITY pcre-md5sum "141132d6af14dccc7b08fa797e4fd441">
|
||||||
<!ENTITY pcre-size "780 KB">
|
<!ENTITY pcre-size "821 KB">
|
||||||
<!ENTITY pcre-buildsize "11 MB">
|
<!ENTITY pcre-buildsize "10 MB">
|
||||||
<!ENTITY pcre-time "0.3 SBU">
|
<!ENTITY pcre-time "0.3 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Required Patch: <ulink
|
<para>Required Patch: <ulink
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<para>Required Patch: <ulink
|
<para>Required Patch: <ulink
|
||||||
url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
|
url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist> -->
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
<ulink url="&blfs-wiki;/pcre"/></para>
|
<ulink url="&blfs-wiki;/pcre"/></para>
|
||||||
@ -84,7 +84,7 @@
|
|||||||
patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch &&
|
patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch &&
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--docdir=/usr/share/doc/pcre-&pcre-version; \
|
--docdir=/usr/share/doc/pcre-&pcre-version; \
|
||||||
--enable-utf8 \
|
--enable-utf8 --enable-unicode-properties \
|
||||||
--enable-pcregrep-libz \
|
--enable-pcregrep-libz \
|
||||||
--enable-pcregrep-libbz2 &&
|
--enable-pcregrep-libbz2 &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
@ -118,15 +118,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
|
|||||||
handling UTF-8 character strings in the library.</para>
|
handling UTF-8 character strings in the library.</para>
|
||||||
|
|
||||||
<para><parameter>--enable-unicode-properties</parameter>: This switch
|
<para><parameter>--enable-unicode-properties</parameter>: This switch
|
||||||
enables Unicode properties support.</para>
|
enables Unicode properties support. Note: You need this switch if you are
|
||||||
|
going to build <xref linkend="glib2"/> with the
|
||||||
<!-- [ag] Glib-2.12.* hasn't yet has this switch. Un-comment for
|
<parameter>--with-pcre=system</parameter> switch.</para>
|
||||||
glib-2.16.* and newer and merge the note in the above para.
|
|
||||||
Also for consistency, replace (‐‐) with two dashes.
|
|
||||||
|
|
||||||
Note: You need this switch if you are going to build
|
|
||||||
<xref linkend="glib2"/> with the
|
|
||||||
<parameter>‐‐with-pcre=system</parameter> switch. -->
|
|
||||||
|
|
||||||
<para><parameter>--enable-pcregrep-libz</parameter>: This switch adds
|
<para><parameter>--enable-pcregrep-libz</parameter>: This switch adds
|
||||||
support to <command>pcregrep</command> to read
|
support to <command>pcregrep</command> to read
|
||||||
@ -136,6 +130,10 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
|
|||||||
support to <command>pcregrep</command> to read
|
support to <command>pcregrep</command> to read
|
||||||
<filename class='extension'>.bz2</filename> compressed files.</para>
|
<filename class='extension'>.bz2</filename> compressed files.</para>
|
||||||
|
|
||||||
|
<para><parameter>--enable-shared --disable-static</parameter>: This pair
|
||||||
|
of switches prevents the static libraries in this package from being
|
||||||
|
built and installed.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
|
@ -52,6 +52,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>[ken] - Updated to intltool-0.40.4.</para>
|
<para>[ken] - Updated to intltool-0.40.4.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Updated to pcre-7.8.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user