summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/evolution-data-server/nossl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server/nossl.patch')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server/nossl.patch70
1 files changed, 0 insertions, 70 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server/nossl.patch b/meta/recipes-sato/eds/evolution-data-server/nossl.patch
deleted file mode 100644
index 67b6d071e0..0000000000
--- a/meta/recipes-sato/eds/evolution-data-server/nossl.patch
+++ /dev/null
@@ -1,70 +0,0 @@
1Upstream-Status: Inappropriate [disable feature]
2
3Index: git/camel/Makefile.am
4===================================================================
5--- git.orig/camel/Makefile.am 2010-02-05 15:25:09.000000000 +0000
6+++ git/camel/Makefile.am 2010-02-05 15:25:20.000000000 +0000
7@@ -80,7 +80,6 @@
8 camel-store-summary.c \
9 camel-store.c \
10 camel-tcp-stream-raw.c \
11- camel-tcp-stream-ssl.c \
12 camel-tcp-stream.c \
13 camel-transport.c \
14 camel-uid-cache.c \
15@@ -133,7 +132,6 @@
16 camel-store-summary.h \
17 camel-store.h \
18 camel-tcp-stream-raw.h \
19- camel-tcp-stream-ssl.h \
20 camel-tcp-stream.h \
21 camel-transport.h \
22 camel-uid-cache.h \
23Index: git/camel/camel.h
24===================================================================
25--- git.orig/camel/camel.h 2010-02-05 15:26:30.000000000 +0000
26+++ git/camel/camel.h 2010-02-05 15:26:52.000000000 +0000
27@@ -122,7 +122,6 @@
28 #include <camel/camel-string-utils.h>
29 #include <camel/camel-tcp-stream.h>
30 #include <camel/camel-tcp-stream-raw.h>
31-#include <camel/camel-tcp-stream-ssl.h>
32 #include <camel/camel-text-index.h>
33 #include <camel/camel-transport.h>
34 #include <camel/camel-trie.h>
35Index: git/camel/providers/imap/camel-imap-store.c
36===================================================================
37--- git.orig/camel/providers/imap/camel-imap-store.c 2010-02-05 15:28:19.000000000 +0000
38+++ git/camel/providers/imap/camel-imap-store.c 2010-02-05 15:28:38.000000000 +0000
39@@ -51,7 +51,6 @@
40 #include "camel/camel-stream.h"
41 #include "camel/camel-string-utils.h"
42 #include "camel/camel-tcp-stream-raw.h"
43-#include "camel/camel-tcp-stream-ssl.h"
44 #include "camel/camel-url.h"
45 #include "camel/camel-utf8.h"
46
47Index: git/configure.ac
48===================================================================
49--- git.orig/configure.ac 2010-02-05 15:31:59.000000000 +0000
50+++ git/configure.ac 2010-02-05 15:33:00.000000000 +0000
51@@ -1272,7 +1272,8 @@
52 dnl We have fixed all our instances to use <libical/ical.h>. Until the .pc from
53 dnl libical is fixed, we have to work-around the buggy CFlags.
54 dnl *****
55- LIBICAL_EXTRA_CFLAGS=" -I`$PKG_CONFIG --variable=includedir libical` "
56+ m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
57+ LIBICAL_EXTRA_CFLAGS=" -I$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=includedir libical` "
58 LIBICAL_EXTRA_LIBS=""
59 AC_SUBST(LIBICAL_EXTRA_CFLAGS)
60 AC_SUBST(LIBICAL_EXTRA_LIBS)
61Index: git/calendar/libecal/libecal.pc.in
62===================================================================
63--- git.orig/calendar/libecal/libecal.pc.in 2010-02-05 15:39:41.000000000 +0000
64+++ git/calendar/libecal/libecal.pc.in 2010-02-05 15:39:55.000000000 +0000
65@@ -12,4 +12,4 @@
66 Version: @VERSION@
67 Requires: libical >= @LIBICAL_REQUIRED@ libedataserver-1.2 dbus-glib-1
68 Libs: -L${libdir} -lecal-1.2
69-Cflags: -I${privincludedir} @LIBICAL_EXTRA_CFLAGS@
70+Cflags: -I${privincludedir}