[Buildroot] [git commit branch/2017.02.x] package/git: fix pcre support

Peter Korsgaard peter at korsgaard.com
Mon Mar 13 23:26:09 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=9739750396da0af7a449eed9e38e003e0dc2d159
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

The current code contains some obvious typos.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit d830807794245077e73ee1d3c78eecb8d224dc04)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 d3a494f..960e4ba 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


More information about the buildroot mailing list