mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
aecab2f29c
commit
d830807794
@ -23,8 +23,8 @@ else
|
|||||||
GIT_CONF_OPTS += --without-openssl
|
GIT_CONF_OPTS += --without-openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PERL),y)
|
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||||
GIT_DEPENDENCIES += perl
|
GIT_DEPENDENCIES += pcre
|
||||||
GIT_CONF_OPTS += --with-libpcre
|
GIT_CONF_OPTS += --with-libpcre
|
||||||
else
|
else
|
||||||
GIT_CONF_OPTS += --without-libpcre
|
GIT_CONF_OPTS += --without-libpcre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user