diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2014-09-23 08:35:32 +0200 |
---|---|---|
committer | Tobias Arrskog <topfs2@xbmc.org> | 2014-09-23 08:35:32 +0200 |
commit | 15766f491186db81384d99739d36bdfde44d6ae3 (patch) | |
tree | 1e228880857def9e6f79e14f7ea4aaf3beaa0a8a /tools | |
parent | 9926b337a56a736a8b74c46a8025f7ff2bd5d948 (diff) | |
parent | 5c010176f723c60bcbc1e2c474ea1900bed41bb9 (diff) |
Merge pull request #5286 from Karlson2k/iconv_upd_14
[depends] Update libiconv to 1.14
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libiconv/Makefile | 4 |
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 |