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