[blfs] 02/02: openldap: reinstate consolidated patch
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit a2e0954195e29cc45062d4d34b2223e60b8d8d48 Author: Pierre Labastie <[email protected]> AuthorDate: Tue Aug 18 08:26:21 2026 +0200 openldap: reinstate consolidated patch This patch fixes installation paths and shouldn't have been removed when upgrading to 2.7.0. --- server/other/openldap.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/server/other/openldap.xml b/server/other/openldap.xml index f82a18f253..7e777a9566 100644 --- a/server/other/openldap.xml +++ b/server/other/openldap.xml @@ -65,7 +65,7 @@ </para> </listitem> </itemizedlist> -<!-- + <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -75,7 +75,7 @@ </para> </listitem> </itemizedlist> ---> + <bridgehead renderas="sect3">OpenLDAP Dependencies</bridgehead> <bridgehead renderas="sect4">Recommended</bridgehead> @@ -116,7 +116,10 @@ instead of the following ones (no test suite available): </para> -<screen role="nodump"><userinput>./configure --prefix=/usr \ +<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch && +autoconf && + +./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ --enable-dynamic \ @@ -151,7 +154,10 @@ useradd -c "OpenLDAP Daemon Owner" \ running the following commands: </para> -<screen><userinput>./configure --prefix=/usr \ +<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch && +autoconf && + +./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page