libiconv: update to libiconv-1.14

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-05 23:16:08 +02:00
parent e372a98672
commit d49131cdf0
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@
. config/options $1
# libiconv-1.14 fails to build with LTO support
strip_lto
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libiconv"
PKG_VERSION="1.13.1"
PKG_VERSION="1.14"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"