summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-19 17:26:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 10:05:19 +0100
commit41296357a90d1f3f4e870ccfb9151d77c87d6bd6 (patch)
tree7d49264b61c7fd1ca3b738ca4ecf79e0cdc59d4f /meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
parentcc34134e7121e3496794ce3bc78da582602408b2 (diff)
downloadpoky-41296357a90d1f3f4e870ccfb9151d77c87d6bd6.tar.gz
evolation-data-server: Rename from eds-dbus
[YOCTO #2316] (From OE-Core rev: 6189a8a05620974c098d548c26502453f371fe26) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch b/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
new file mode 100644
index 0000000000..493b70df1f
--- /dev/null
+++ b/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
@@ -0,0 +1,32 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: trunk/configure.in
4===================================================================
5--- trunk.orig/configure.in 2005-09-28 17:34:08.000000000 +0000
6+++ trunk/configure.in 2005-09-28 19:13:22.000000000 +0000
7@@ -254,25 +221,6 @@
8 AC_SUBST(ICONV_CFLAGS)
9 AC_SUBST(ICONV_LIBS)
10
11-CFLAGS="$CFLAGS -I$srcdir"
12-
13-AC_MSG_CHECKING(preferred charset formats for system iconv)
14-AC_TRY_RUN([
15-#define CONFIGURE_IN
16-#include "iconv-detect.c"
17-],[
18- AC_MSG_RESULT(found)
19-],[
20- AC_MSG_RESULT(not found)
21- AC_WARN([
22- *** The iconv-detect program was unable to determine the
23- *** preferred charset formats recognized by your system
24- *** iconv library. It is suggested that you install a
25- *** working iconv library such as the one found at
26- *** ftp://ftp.gnu.org/pub/gnu/libiconv
27- ])
28-])
29-
30 CFLAGS="$save_CFLAGS"
31 LIBS="$save_LIBS"
32