summaryrefslogtreecommitdiffstats
path: root/rules/host-libpcre.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-21 11:22:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-21 11:22:27 +0200
commit0b1d79c3738a0a922982ab1d0529611605558ddf (patch)
tree8082b61b96e4baa631824e681755e207387527df /rules/host-libpcre.make
parent04778c4f78d62cdd63f8aa87de52f317b2c0fd03 (diff)
downloadptxdist-0b1d79c3738a0a922982ab1d0529611605558ddf.tar.gz
ptxdist-0b1d79c3738a0a922982ab1d0529611605558ddf.tar.xz
glib: use 'real' libpcre
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libpcre.make')
-rw-r--r--rules/host-libpcre.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-libpcre.make b/rules/host-libpcre.make
index 886d2fa96..b9048f295 100644
--- a/rules/host-libpcre.make
+++ b/rules/host-libpcre.make
@@ -25,6 +25,7 @@ HOST_LIBPCRE_CONF_OPT :=\
$(HOST_AUTOCONF) \
--disable-pcregrep-libz \
--disable-pcregrep-libbz2 \
- --enable-utf8
+ --enable-utf8 \
+ --enable-unicode-properties
# vim: syntax=make