diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-10 17:57:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-10 17:57:23 +0000 |
commit | 2755003fc9fcdb6d7942cf2b5f24b34fc94975fa (patch) | |
tree | d4487edfad40383e1f1ca9bda4be7da7ed8a9a82 /package/libs/libiconv-full/patches/103-configure_ac_fix.patch | |
parent | 052a2b4ec32d2a229ceee6ea94661301ba3c8d26 (diff) | |
download | master-187ad058-2755003fc9fcdb6d7942cf2b5f24b34fc94975fa.tar.gz master-187ad058-2755003fc9fcdb6d7942cf2b5f24b34fc94975fa.tar.bz2 master-187ad058-2755003fc9fcdb6d7942cf2b5f24b34fc94975fa.zip |
libiconv-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33711 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 31 |
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 + |