summaryrefslogtreecommitdiff
path: root/meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch
diff options
context:
space:
mode:
authorVivian Zhang <vivian.zhang@intel.com>2008-11-12 14:03:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-01 18:00:24 +0000
commit0c2a3df77b1afee479e60aca02f44acce4e04e45 (patch)
tree928b7555a10880aef0c467fe20f6bb44e3d3ddd4 /meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch
parent0e8912450132a02d469d600a3fe87f27d81a1723 (diff)
downloadopenembedded-core-0c2a3df77b1afee479e60aca02f44acce4e04e45.tar.gz
openembedded-core-0c2a3df77b1afee479e60aca02f44acce4e04e45.tar.bz2
openembedded-core-0c2a3df77b1afee479e60aca02f44acce4e04e45.tar.xz
openembedded-core-0c2a3df77b1afee479e60aca02f44acce4e04e45.zip
upgrade eds-dbus to 2.20.0
Diffstat (limited to 'meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch')
-rw-r--r--meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch b/meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch
new file mode 100644
index 000000000..4a034b6c5
--- /dev/null
+++ b/meta/packages/eds/eds-dbus-2.20.0/no_iconv_test.patch
@@ -0,0 +1,30 @@
+Index: trunk/configure.in
+===================================================================
+--- trunk.orig/configure.in 2005-09-28 17:34:08.000000000 +0000
++++ trunk/configure.in 2005-09-28 19:13:22.000000000 +0000
+@@ -254,25 +221,6 @@
+ AC_SUBST(ICONV_CFLAGS)
+ AC_SUBST(ICONV_LIBS)
+
+-CFLAGS="$CFLAGS -I$srcdir"
+-
+-AC_MSG_CHECKING(preferred charset formats for system iconv)
+-AC_TRY_RUN([
+-#define CONFIGURE_IN
+-#include "iconv-detect.c"
+-],[
+- AC_MSG_RESULT(found)
+-],[
+- AC_MSG_RESULT(not found)
+- AC_WARN([
+- *** The iconv-detect program was unable to determine the
+- *** preferred charset formats recognized by your system
+- *** iconv library. It is suggested that you install a
+- *** working iconv library such as the one found at
+- *** ftp://ftp.gnu.org/pub/gnu/libiconv
+- ])
+-])
+-
+ CFLAGS="$save_CFLAGS"
+ LIBS="$save_LIBS"
+