aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libiconv-full/patches/103-configure_ac_fix.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:57:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:57:23 +0000
commita8587b5d422bf0d5488895bf564151a37223fdb1 (patch)
tree873784c5610b4e69d6c6f2c1e4233359e137fd0f /package/libs/libiconv-full/patches/103-configure_ac_fix.patch
parenta49d72d71381b332451d076a51fea2a6e385ceab (diff)
downloadupstream-a8587b5d422bf0d5488895bf564151a37223fdb1.tar.gz
upstream-a8587b5d422bf0d5488895bf564151a37223fdb1.tar.bz2
upstream-a8587b5d422bf0d5488895bf564151a37223fdb1.zip
libiconv-full: move to trunk and add myself as maintainer
SVN-Revision: 33711
Diffstat (limited to 'package/libs/libiconv-full/patches/103-configure_ac_fix.patch')
-rw-r--r--package/libs/libiconv-full/patches/103-configure_ac_fix.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/libs/libiconv-full/patches/103-configure_ac_fix.patch b/package/libs/libiconv-full/patches/103-configure_ac_fix.patch
new file mode 100644
index 0000000000..d57ae84cbf
--- /dev/null
+++ b/package/libs/libiconv-full/patches/103-configure_ac_fix.patch
@@ -0,0 +1,31 @@
+--- /dev/null
++++ b/Makefile.am
+@@ -0,0 +1,2 @@
++ACLOCAL_AMFLAGS = -I m4
++SUBDIRS = .
+--- /dev/null
++++ b/libcharset/Makefile.am
+@@ -0,0 +1 @@
++ACLOCAL_AMFLAGS = -I m4
+--- a/configure.ac
++++ b/configure.ac
+@@ -54,7 +54,7 @@ AC_ISC_POSIX
+
+ dnl checks for installer options
+
+-AC_RELOCATABLE
++gl_RELOCATABLE
+
+ AC_ARG_ENABLE([extra-encodings],
+ [AC_HELP_STRING([--enable-extra-encodings],
+--- a/libcharset/configure.ac
++++ b/libcharset/configure.ac
+@@ -41,7 +41,7 @@ AC_CANONICAL_HOST
+
+ dnl checks for installer options
+
+-AC_RELOCATABLE_LIBRARY
++gl_RELOCATABLE_LIBRARY
+
+ dnl checks for programs
+