From 24b4fe1fc697b796261a64380549effab8e4aaaf Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Wed, 2 Sep 2009 18:54:57 +0400 Subject: [PATCH 1/1] citrus: add a list of supported locales and build UTF8 by default. --- etc/defaults/make.conf | 4 ++++ share/man/man5/make.conf.5 | 1 + 2 files changed, 5 insertions(+) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 726e276306..cbf95e369b 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -190,6 +190,10 @@ THREAD_LIB?= thread_xu # #DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R # +# The list of locale modules to be compiled-in in the static +# libc.a (and libc_p.a). +#STATIC_LOCALES=BIG5 EUC EUCTW ISO2022 MSKanji UTF8 +STATIC_LOCALES=UTF8 # sendmail # # The following sets the default m4 configuration file to use at diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 661a1a3072..36de3b5dc6 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -216,6 +216,7 @@ will not be built either if this option is set. .It Va STATIC_LOCALES .Pq Vt str Set to a list of locales to build into statically-linked binaries. +Currently supported locales are: BIG5 EUC EUCTW ISO2022 MSKanji UTF8 .El .Pp The following list provides a name and short description for variables -- 2.41.0