aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-21 14:23:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 22:50:06 +0100
commitf175e4f28aa835abef8c3d5e2065054416692418 (patch)
treecf935d2c456f8ec7e593a984a5baaf026e8904e5 /meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch
parent4370b1d3ff996ca6f7c7e8f2ec5d057756cbb579 (diff)
downloadopenembedded-core-contrib-f175e4f28aa835abef8c3d5e2065054416692418.tar.gz
libiconv: Fix build failure on 1.13.1
It needs a different patch for 1.13.1 for autoconf'ing Rename files to libiconv-1.11.1 and have a separate directory for libiconv-1.13.1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch')
-rw-r--r--meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch50
1 files changed, 50 insertions, 0 deletions
diff --git a/meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch b/meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch
new file mode 100644
index 0000000000..5d34ce7c0e
--- /dev/null
+++ b/meta/recipes-support/libiconv/libiconv-1.13.1/autoconf.patch
@@ -0,0 +1,50 @@
+It adds the variables that are needed
+for autoconf 2.65 to reconfigure libiconv and delete the m4 macros
+directory. Its imported from OE.
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Index: libiconv-1.13.1/configure.ac
+===================================================================
+--- libiconv-1.13.1.orig/configure.ac
++++ libiconv-1.13.1/configure.ac
+@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR([build-aux])
+ AM_INIT_AUTOMAKE([libiconv], [1.13.1])
+ AC_CONFIG_HEADERS([config.h lib/config.h])
+ AC_PROG_MAKE_SET
+-
++AC_CONFIG_MACRO_DIR([m4])
+ dnl checks for basic programs
+
+ AC_PROG_CC
+Index: libiconv-1.13.1/libcharset/configure.ac
+===================================================================
+--- libiconv-1.13.1.orig/libcharset/configure.ac
++++ libiconv-1.13.1/libcharset/configure.ac
+@@ -16,17 +16,17 @@ dnl along with the GNU CHARSET Library;
+ dnl write to the Free Software Foundation, Inc., 51 Franklin Street,
+ dnl Fifth Floor, Boston, MA 02110-1301, USA.
+
+-AC_PREREQ([2.13])
++AC_PREREQ(2.61)
++AC_INIT([libcharset],[1.4] )
++AC_CONFIG_SRCDIR([lib/localcharset.c])
+
+-PACKAGE=libcharset
+-VERSION=1.4
+-
+-AC_INIT([lib/localcharset.c])
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_HEADER([config.h])
+ AC_PROG_MAKE_SET
+-AC_SUBST([PACKAGE])
+-AC_SUBST([VERSION])
++dnl AC_SUBST(PACKAGE)
++dnl AC_SUBST(VERSION)
++
++AC_CONFIG_MACRO_DIR([m4])
+
+ dnl checks for basic programs
+