From: Bernd Kuhls Date: Sun, 12 Mar 2017 12:12:03 +0000 (+0100) Subject: package/git: fix pcre support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d830807794245077e73ee1d3c78eecb8d224dc04;p=buildroot.git package/git: fix pcre support The current code contains some obvious typos. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/git/git.mk b/package/git/git.mk index 138a8b6038..75d5140e0c 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -23,8 +23,8 @@ else GIT_CONF_OPTS += --without-openssl endif -ifeq ($(BR2_PACKAGE_PERL),y) -GIT_DEPENDENCIES += perl +ifeq ($(BR2_PACKAGE_PCRE),y) +GIT_DEPENDENCIES += pcre GIT_CONF_OPTS += --with-libpcre else GIT_CONF_OPTS += --without-libpcre