aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/libiconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/libiconv/Makefile b/tools/depends/target/libiconv/Makefile
index d171d9e174..9aa023df27 100644
--- a/tools/depends/target/libiconv/Makefile
+++ b/tools/depends/target/libiconv/Makefile
@@ -3,14 +3,14 @@ DEPS= ../../Makefile.include Makefile
# lib name, version
LIBNAME=libiconv
-VERSION=1.13.1
+VERSION=1.14
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/; \
cp -f $(CONFIG_SUB) $(CONFIG_GUESS) libcharset/build-aux/; \
- ./configure --prefix=$(PREFIX) --disable-shared
+ ./configure --prefix=$(PREFIX) --disable-shared --enable-extra-encodings
LIBDYLIB=$(PLATFORM)/lib/.libs/$(LIBNAME).a