summaryrefslogtreecommitdiffstats
path: root/rules/host-icu.make
blob: ab4082ff7acaa43303fa375010548cedaf213557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*-makefile-*-
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_ICU) += host-icu

HOST_ICU_SUBDIR	= $(ICU_SUBDIR)

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_ICU_CONF_TOOL	:= autoconf
HOST_ICU_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-debug \
	--enable-release \
	--enable-shared \
	--disable-static \
	--enable-draft \
	--enable-renaming \
	--disable-tracing \
	--enable-dyload \
	--disable-rpath \
	--disable-weak-threads \
	--disable-extras \
	--disable-icuio \
	--disable-layout \
	--enable-tools \
	--disable-tests \
	--disable-samples

# vim: syntax=make