summaryrefslogtreecommitdiffstats
path: root/rules/glibc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-11-28 15:43:02 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-11-28 15:43:02 +0000
commit765b816fdc6249fe5e55ead78dc7a0d555440afc (patch)
tree1f0a4148c90638023ce69b59d834544fe4809e22 /rules/glibc.in
parent9f0a230c976882d015b04ecb5dfdea5623acaf55 (diff)
downloadptxdist-765b816fdc6249fe5e55ead78dc7a0d555440afc.tar.gz
ptxdist-765b816fdc6249fe5e55ead78dc7a0d555440afc.tar.xz
* glibc.make, glibc.in, pre/Rules.make:
added misc bins to glibc git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6398 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.in')
-rw-r--r--rules/glibc.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index 1ddf56ca4..5d39a1ff1 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -189,10 +189,13 @@ config GLIBC_GCONV_ISO8859_15
comment "Timezone Files"
depends on GLIBC_INSTALL
+comment "glibc zoneinfo is BROKEN"
+ depends on GLIBC_INSTALL && !BROKEN
+
config GLIBC_ZONEINFO
bool
prompt "Install zoneinfo files"
- depends on GLIBC_INSTALL
+ depends on GLIBC_INSTALL && BROKEN
help
FIXME: This item needs to be documented
@@ -485,3 +488,15 @@ config GLIBC_ZONEINFO_UNIVERSAL
bool
prompt "Universal"
depends on GLIBC_ZONEINFO
+
+comment "misc executeables"
+
+config GLIBC_LOCALE
+ bool
+ prompt "locale"
+ depends on GLIBC_INSTALL
+
+config GLIBC_LOCALEDEF
+ bool
+ prompt "localedef"
+ depends on GLIBC_INSTALL