diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-12 13:12:03 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 14:13:53 +0100 |
| commit | d830807794245077e73ee1d3c78eecb8d224dc04 (patch) | |
| tree | d23780784ebe1d7c43e93c8199c73e734cd3d2b4 | |
| parent | aecab2f29c396a04d24e61479d7fc3f53149448f (diff) | |
| download | buildroot-d830807794245077e73ee1d3c78eecb8d224dc04.tar.gz buildroot-d830807794245077e73ee1d3c78eecb8d224dc04.zip | |
package/git: fix pcre support
The current code contains some obvious typos.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/git/git.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |

