diff options
-rw-r--r-- | package/git/git.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |