diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 14:44:43 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 14:44:43 +0100 |
commit | 986bbee1ff9d5c95c68caa19a0f7459391f81fbd (patch) | |
tree | b941967f3d4b1e8e6a4211ba5b5e6ff54ca6c269 /docs/manual/adding-board-support.txt | |
parent | e76467031e226aa348570c00c7e4a5ad60ae6c75 (diff) | |
download | buildroot-986bbee1ff9d5c95c68caa19a0f7459391f81fbd.tar.gz buildroot-986bbee1ff9d5c95c68caa19a0f7459391f81fbd.zip |
git: fix config option used to detect libcurl availability
BR2_PACKAGE_CURL is currently used by the git package to find out if
libcurl is available. While indeed BR2_PACKAGE_CURL indicates that
libcurl is available, it is not the most appropriate option for this:
BR2_PACKAGE_LIBCURL is better. BR2_PACKAGE_LIBCURL indicates that
libcurl is available, while BR2_PACKAGE_CURL indicates that both
libcurl and the curl program are available. Only the former is needed
by Git.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-board-support.txt')
0 files changed, 0 insertions, 0 deletions