[Buildroot] [PATCH 1/1] package/git: fix pcre support

Bernd Kuhls bernd.kuhls at t-online.de
Sun Mar 12 12:12:03 UTC 2017


The current code contains some obvious typos.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/git/git.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/git/git.mk b/package/git/git.mk
index 1d70924ae..ec606a415 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -19,8 +19,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
-- 
2.11.0



More information about the buildroot mailing list