[Buildroot] [git commit] pcre: enable unicode properties for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 22 22:03:27 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=592581b827899fcbe1a6978ffcd7c968f47f74cf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

They're required for host-libglib2 and using system pcre is the
default/recommended with newer versions.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/pcre/pcre.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index 06652c7..7fcc592 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -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


More information about the buildroot mailing list