You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
933 B
32 lines
933 B
From 003eb23e45b9fd010be78429fa0f10a8f8d9d635 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
Date: Thu, 18 Jul 2019 15:50:12 +0100
|
|
Subject: [PATCH] missing LDAP
|
|
|
|
since...
|
|
|
|
Make LDAP support optional
|
|
commit 6776c53b7ce2e431d8636f4e5a755f50f787ec8f
|
|
Date: Tue Jan 8 04:53:51 2019 -0500
|
|
|
|
Change-Id: I4268169809b0dc68b347b28523500453394937de
|
|
---
|
|
config_host.mk.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/config_host.mk.in b/config_host.mk.in
|
|
index 9bde2ff2a214..28d3ae3d2626 100644
|
|
--- a/config_host.mk.in
|
|
+++ b/config_host.mk.in
|
|
@@ -147,6 +147,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@
|
|
--
|
|
2.21.0
|
|
|