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>
(cherry picked from commit d830807794
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
32a9eb6e5a
commit
9739750396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user