[libgda: 3/5] don't build ldap
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 3/5] don't build ldap
- Date: Tue, 29 Oct 2019 23:32:43 +0000 (UTC)
commit cfb74504aeafc534d4352662f023df52b6b7e4d8
Author: Shem Pasamba <shemgp yahoo com>
Date: Sun Oct 27 20:56:33 2019 +0800
don't build ldap
meson.build | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/meson.build b/meson.build
index b09fd2217..a0d4acdef 100644
--- a/meson.build
+++ b/meson.build
@@ -145,23 +145,23 @@ libgda_dep += libgda_external_dep
# LDAP
ldap_found = false
ldap_deps = []
-ldap_lib_dep = compiler.find_library('ldap', required: false)
-if ldap_lib_dep.found()
- ldapber_dep = compiler.find_library('lber')
- if compiler.has_header('ldap.h')
- ldap_found = true
- LIBGDA_LDAP_INC='#include <libgda/gda-data-model-ldap.h>'
- LIBGDA_LDAP_INC2='#include <libgda/gda-tree-mgr-ldap.h>'
- LIBGDA_LDAP_VINC='#include <virtual/gda-ldap-connection.h>'
- LIBGDA_LDAP_TYPE='gda_data_model_ldap_get_type'
- LIBGDA_LDAP_TYPE2='gda_ldap_connection_get_type'
- LIBGDA_LDAP_TYPE3='gda_tree_mgr_ldap_get_type'
- ldap_deps += [
- ldap_lib_dep,
- ldapber_dep
- ]
- endif
-endif
+#ldap_lib_dep = compiler.find_library('ldap', required: true)
+#if ldap_lib_dep.found()
+# ldapber_dep = compiler.find_library('lber')
+# if compiler.has_header('ldap.h')
+# ldap_found = true
+# LIBGDA_LDAP_INC='#include <libgda/gda-data-model-ldap.h>'
+# LIBGDA_LDAP_INC2='#include <libgda/gda-tree-mgr-ldap.h>'
+# LIBGDA_LDAP_VINC='#include <virtual/gda-ldap-connection.h>'
+# LIBGDA_LDAP_TYPE='gda_data_model_ldap_get_type'
+# LIBGDA_LDAP_TYPE2='gda_ldap_connection_get_type'
+# LIBGDA_LDAP_TYPE3='gda_tree_mgr_ldap_get_type'
+# ldap_deps += [
+# ldap_lib_dep,
+# ldapber_dep
+# ]
+# endif
+#endif
tconf = configuration_data() # Empty configuration
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]