mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
grep: enable optional pcre integration
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e4bf77bf89
commit
0f03606fdb
@@ -18,6 +18,12 @@ GREP_CONF_ENV += LIBS=-liconv
|
||||
GREP_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
# link with pcre if enabled
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
GREP_CONF_OPT += --enable-perl-regexp
|
||||
GREP_DEPENDENCIES += pcre
|
||||
endif
|
||||
|
||||
# Full grep preferred over busybox grep
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
GREP_DEPENDENCIES += busybox
|
||||
|
||||
Reference in New Issue
Block a user