mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
apache httpd requires pcre, reported by Alexey Orishko
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12405 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7de152b7a0
commit
4049347a02
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "17"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 16th, &year;">
|
||||
<!ENTITY releasedate "December 17th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 17th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Moved PCRE from optional to required dependencies for
|
||||
Apache HTTPD, reported by Alexey Orishko.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 16th, 2013</para>
|
||||
<itemizedlist>
|
||||
|
@ -86,7 +86,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="apr-util"/>
|
||||
<xref linkend="apr-util"/> and
|
||||
<xref linkend="pcre"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -100,7 +101,6 @@
|
||||
<xref linkend="doxygen"/>,
|
||||
<xref linkend="lynx"/>,
|
||||
<xref linkend="openldap"/>,
|
||||
<xref linkend="pcre"/>,
|
||||
<xref linkend="rsync"/>,
|
||||
<ulink url="http://www.distcache.org/">Distcache</ulink>, and
|
||||
<xref linkend="lua"/>
|
||||
|
Loading…
Reference in New Issue
Block a user