From: Yann E. MORIN Date: Wed, 7 Jan 2015 21:03:23 +0000 (+0100) Subject: package/git: fix dependency against curl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53f5e83c8710d8223028f36df417c73b94aac8b4;p=buildroot.git package/git: fix dependency against curl Our curl package is really named libcurl. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/git/git.mk b/package/git/git.mk index 57737f2a8b..face062e67 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -26,7 +26,7 @@ else endif ifeq ($(BR2_PACKAGE_CURL),y) - GIT_DEPENDENCIES += curl + GIT_DEPENDENCIES += libcurl GIT_CONF_OPTS += --with-curl else GIT_CONF_OPTS += --without-curl