[gnome-continuous] patches/eds-cmake-buildapi.patch: build without openldap for now



commit 16ec02e8dbc69c198066b5ad19d4b10f2b98d7cb
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Oct 21 04:34:35 2016 +0530

    patches/eds-cmake-buildapi.patch: build without openldap for now
    
    If not the configure script fails with:
    
    -- Performing Test openldap_2_x - Failed
    CMake Error at cmake/modules/FindLDAP.cmake:83 (message):
      At least 2.0 OpenLDAP version required; either use -DWITH_OPENLDAP=OFF
      argument to cmake command to disable LDAP support, or install OpenLDAP

 patches/eds-cmake-buildapi.patch |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/patches/eds-cmake-buildapi.patch b/patches/eds-cmake-buildapi.patch
index 1151c7a..5e45983 100644
--- a/patches/eds-cmake-buildapi.patch
+++ b/patches/eds-cmake-buildapi.patch
@@ -1,4 +1,4 @@
-From fd3adf8385f181255f0d1f40f844370a50656ed8 Mon Sep 17 00:00:00 2001
+From d026aade4ae5a7743ad8537e7ee4208d6b9053e9 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= <jjardon gnome org>
 Date: Fri, 21 Oct 2016 04:13:24 +0530
 Subject: [PATCH] build: Add a "configure" script implementing the GNOME Build
@@ -9,16 +9,16 @@ See http://people.gnome.org/~walters/docs/build-api.txt
 Hopefully this will turn into a generic copy/paste-able adapter for
 cmake.
 ---
- configure | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 52 insertions(+)
+ configure | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 53 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000..359f811
+index 0000000..2e19f39
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,52 @@
+@@ -0,0 +1,53 @@
 +#!/bin/bash
 +# configure script adapter for cmake
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -68,6 +68,7 @@ index 0000000..359f811
 +     -DENABLE_UOA=OFF \
 +     -DENABLE_GOOGLE_AUTH=OFF \
 +     -DENABLE_INSTALLED_TESTS=ON \
++     -DWITH_OPENLDAP=OFF \
 +     -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
 +     -DCMAKE_INSTALL_LIBDIR:PATH=${libdir} \
 +     ${srcdir}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]