host-gettext fixes: http://autobuild.buildroot.net/results/a5b/a5b1bb708d62a9e296f05899f0984087fcf9e2ce/ zlib fixes: http://autobuild.buildroot.net/results/08f/08f5ed4dd35ad1ce06dda7577aae87b9aa7069b2/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
config BR2_PACKAGE_GIT
|
|
bool "git"
|
|
depends on BR2_LARGEFILE
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Git is a free and open source distributed version control system
|
|
designed to handle everything from small to very large projects.
|
|
|
|
http://git-scm.com
|
|
|
|
comment "git requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|