From 34dae9ac288031f869ae808ebd70b2d965b3df3d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 3 Jun 2013 22:52:24 +0200 Subject: git: needs libiconv on toolchains without locale support Signed-off-by: Peter Korsgaard --- package/git/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/git/Config.in') diff --git a/package/git/Config.in b/package/git/Config.in index dc342aa7b..931d460d4 100644 --- a/package/git/Config.in +++ b/package/git/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_GIT bool "git" depends on BR2_LARGEFILE select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help Git is a free and open source distributed version control system designed to handle everything from small to very large projects. -- cgit v1.2.3