summaryrefslogtreecommitdiffstats
path: root/rules/host-icu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-06-17 09:47:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-25 15:04:45 +0200
commit7b124e51970294e62b82422a2f63d994cd30fd9c (patch)
tree6c94a023bb33c24d39b7f837e0dc970e3e7c51da /rules/host-icu.make
parent80692001285146dd0b4af8b5bf36acf76672244a (diff)
downloadptxdist-7b124e51970294e62b82422a2f63d994cd30fd9c.tar.gz
ptxdist-7b124e51970294e62b82422a2f63d994cd30fd9c.tar.xz
icu: version bump 60.3 -> 69.1
The license file changed to add the BSD-3-Clause license and some URLs changed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-icu.make')
-rw-r--r--rules/host-icu.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/host-icu.make b/rules/host-icu.make
index 498749dc5..898ea46c4 100644
--- a/rules/host-icu.make
+++ b/rules/host-icu.make
@@ -23,20 +23,24 @@ HOST_ICU_SUBDIR = $(ICU_SUBDIR)
HOST_ICU_CONF_TOOL := autoconf
HOST_ICU_CONF_OPT := \
$(HOST_AUTOCONF) \
+ --enable-icu-config \
--disable-debug \
--enable-release \
+ --disable-strict \
--enable-shared \
--disable-static \
--enable-draft \
--enable-renaming \
--disable-tracing \
+ --disable-plugins \
--enable-dyload \
--disable-rpath \
--disable-weak-threads \
--disable-extras \
--disable-icuio \
- --disable-layout \
+ --disable-layoutex \
--enable-tools \
+ --disable-fuzzer \
--disable-tests \
--disable-samples