libs/libiconv: update to version 1.11.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
656a2884b4
commit
0854d2d7ce
@ -8,14 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libiconv
|
PKG_NAME:=libiconv
|
||||||
PKG_VERSION:=1.11
|
PKG_VERSION:=1.11.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/libiconv
|
PKG_SOURCE_URL:=@GNU/libiconv
|
||||||
PKG_MD5SUM:=b77a17e4a5a817100ad4b2613935055e
|
PKG_MD5SUM:=d42b97f6ef5dd0ba4469d520ed732fed
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
#PKG_FIXUP = libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -58,6 +58,7 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
HOST_CPU="$(PKGARCH)" \
|
||||||
install
|
install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
26022
libs/libiconv/patches/101-autotools.patch
Normal file
26022
libs/libiconv/patches/101-autotools.patch
Normal file
File diff suppressed because it is too large
Load Diff
31
libs/libiconv/patches/103-configure_ac_fix.patch
Normal file
31
libs/libiconv/patches/103-configure_ac_fix.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
--- /dev/null
|
||||||
|
+++ a/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
|
||||||
|
@@ -52,7 +52,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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user