summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/git/git.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/git/git.mk b/package/git/git.mk
index 2bd6a01581..54f7fbf305 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -26,7 +26,7 @@ else
GIT_CONF_OPTS += --without-libpcre
endif
-ifeq ($(BR2_PACKAGE_CURL),y)
+ifeq ($(BR2_PACKAGE_LIBCURL),y)
GIT_DEPENDENCIES += libcurl
GIT_CONF_OPTS += --with-curl
else
OpenPOWER on IntegriCloud