mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix an error in the openldap patch that I rediffed that caused programs linked to OpenLDAP's libraries to fail to execute.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23516 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
eed90c8b97
commit
54c5c16380
@ -75,7 +75,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
|
||||
<ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -115,7 +115,7 @@
|
||||
instead of the following ones (no test suite available):
|
||||
</para>
|
||||
|
||||
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
||||
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &&
|
||||
autoconf &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
@ -169,7 +169,7 @@ useradd -c "OpenLDAP Daemon Owner" \
|
||||
running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
||||
<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &&
|
||||
autoconf &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
@ -114,6 +114,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="boost"/>,
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="fribidi"/>,
|
||||
<xref linkend="goffice010"/>, and
|
||||
<xref linkend="wv"/>
|
||||
|
Loading…
Reference in New Issue
Block a user