summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-27 15:44:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 10:44:37 +0100
commitdff516e0ebc43aefb64f7cea1a699dad6e4e9da3 (patch)
treeade337357efaf59a371633aec5d52036dd4b91da /meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
parent673c85a8c05afc7b74cc6a17243bf7574d0277b2 (diff)
downloadpoky-dff516e0ebc43aefb64f7cea1a699dad6e4e9da3.tar.gz
libiconv: update from 1.9.2 -> 1.11.1
1.11.1 was the last LGPLv2 release shared_preloadable_libiconv_linux.patch is needed to make libtool 2.4 happy Autoconf patch is similarly made to point m4 directory and update to newer autoconf (From OE-Core rev: aab85d9003afa544f67a9573692683f36f9e44d0) 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.11.1/autoconf.patch')
-rw-r--r--meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch b/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
new file mode 100644
index 0000000000..2b24894e51
--- /dev/null
+++ b/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
@@ -0,0 +1,48 @@
1It adds the variables that are needed
2for autoconf 2.65 to reconfigure libiconv and defines the m4 macros
3directory. Its imported from OE.
4
5Signed-off-by: Khem Raj <raj.khem@gmail.com>
6
7Index: libiconv-1.11.1/configure.ac
8===================================================================
9--- libiconv-1.11.1.orig/configure.ac
10+++ libiconv-1.11.1/configure.ac
11@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR(build-aux)
12 AM_INIT_AUTOMAKE(libiconv, 1.11)
13 AC_CONFIG_HEADERS(config.h lib/config.h)
14 AC_PROG_MAKE_SET
15-
16+AC_CONFIG_MACRO_DIR([m4])
17 dnl checks for basic programs
18
19 AC_PROG_CC
20Index: libiconv-1.11.1/libcharset/configure.ac
21===================================================================
22--- libiconv-1.11.1.orig/libcharset/configure.ac
23+++ libiconv-1.11.1/libcharset/configure.ac
24@@ -16,17 +16,17 @@ dnl along with the GNU CHARSET Library;
25 dnl write to the Free Software Foundation, Inc., 51 Franklin Street,
26 dnl Fifth Floor, Boston, MA 02110-1301, USA.
27
28-AC_PREREQ(2.13)
29+AC_PREREQ(2.61)
30+AC_INIT([libcharset],[1.4] )
31+AC_CONFIG_SRCDIR([lib/localcharset.c])
32
33-PACKAGE=libcharset
34-VERSION=1.4
35-
36-AC_INIT(lib/localcharset.c)
37 AC_CONFIG_AUX_DIR(build-aux)
38 AC_CONFIG_HEADER(config.h)
39 AC_PROG_MAKE_SET
40-AC_SUBST(PACKAGE)
41-AC_SUBST(VERSION)
42+dnl AC_SUBST(PACKAGE)
43+dnl AC_SUBST(VERSION)
44+
45+AC_CONFIG_MACRO_DIR([m4])
46
47 dnl checks for basic programs
48