[gnome-continuous] patches/evolution-ews-buildapi.patch: Disable libmspack support



commit ada1a2e7863a7507b10336b2bf3d390fb7856a90
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 19 01:02:19 2017 +0000

    patches/evolution-ews-buildapi.patch: Disable libmspack support

 patches/evolution-ews-buildapi.patch |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/patches/evolution-ews-buildapi.patch b/patches/evolution-ews-buildapi.patch
index 34250a2..485bf03 100644
--- a/patches/evolution-ews-buildapi.patch
+++ b/patches/evolution-ews-buildapi.patch
@@ -1,4 +1,4 @@
-From 394b05ed11270bd098b512cc394e6337a0ce50e9 Mon Sep 17 00:00:00 2001
+From 53458f7017027bccec9264b412d9b70316fe5035 Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Fri, 21 Oct 2016 04:13:24 +0530
 Subject: [PATCH] build: Add a "configure" script implementing the GNOME Build
@@ -10,16 +10,16 @@ v2:
   - Use the Ninja generator for CMake
   - Perform various sanity checks
 ---
- configure | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 95 insertions(+)
+ configure | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 96 insertions(+)
  create mode 100755 configure
 
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000..dd8b0b0
+index 0000000..8c47685
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,95 @@
+@@ -0,0 +1,96 @@
 +#!/bin/bash
 +# configure script adapter for cmake
 +# Copyright 2010, 2011, 2013 Colin Walters <walters verbum org>
@@ -112,6 +112,7 @@ index 0000000..dd8b0b0
 +
 +
 +exec ${CMAKE} \
++     -DWITH_MSPACK=OFF \
 +     -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
 +     -GNinja \
 +     ${srcdir}


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