[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - config_host.mk.in

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 18 17:16:38 UTC 2019


 config_host.mk.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a0da10a3af3335fd1a66d03118c7fb7069fe8f98
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 18 15:50:12 2019 +0100
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Jul 18 19:15:39 2019 +0200

    missing LDAP
    
    since...
    
    Make LDAP support optional
    commit 6776c53b7ce2e431d8636f4e5a755f50f787ec8f
    Date:   Tue Jan 8 04:53:51 2019 -0500
    
    Change-Id: I4268169809b0dc68b347b28523500453394937de
    Reviewed-on: https://gerrit.libreoffice.org/75866
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/config_host.mk.in b/config_host.mk.in
index af6d0c43b60d..f639f9d9415b 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -148,6 +148,7 @@ export DISABLE_GUI=@DISABLE_GUI@
 export ENABLE_HTMLHELP=@ENABLE_HTMLHELP@
 export ENABLE_IOS_LIBREOFFICELIGHT_APP=@ENABLE_IOS_LIBREOFFICELIGHT_APP@
 export ENABLE_JAVA=@ENABLE_JAVA@
+export ENABLE_LDAP=@ENABLE_LDAP@
 export ENABLE_LPSOLVE=@ENABLE_LPSOLVE@
 export ENABLE_LTO=@ENABLE_LTO@
 export ENABLE_LWP=@ENABLE_LWP@


More information about the Libreoffice-commits mailing list