pcre: enable unicode properties for host variant
They're required for host-libglib2 and using system pcre is the default/recommended with newer versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7e4dab4885
commit
592581b827
@ -12,6 +12,9 @@ PCRE_LICENSE_FILES = LICENCE
|
||||
PCRE_INSTALL_STAGING = YES
|
||||
PCRE_CONFIG_SCRIPTS = pcre-config
|
||||
|
||||
# They're required for host-libglib2
|
||||
HOST_PCRE_CONF_OPTS = --enable-unicode-properties
|
||||
|
||||
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
# pcre will use the host g++ if a cross version isn't available
|
||||
PCRE_CONF_OPTS = --disable-cpp
|
||||
|
Loading…
Reference in New Issue
Block a user