components/gettext/README
author Shawn Walker-Salas <shawn.walker@oracle.com>
Mon, 23 Nov 2015 15:33:43 -0800
changeset 5125 34cc580c62c2
parent 3728 7b7ba595a151
permissions -rw-r--r--
21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV 21029735 shared-macros should define service manifest and method macros 21093823 sample-manifest should omit or comment "standard" directories and certain files 21144358 configure scripts usually detect wrong host for 64-bit builds 21157847 shared-macros.mk instructions have a typo for studio c99 mode 22067225 common make-rules desired for simplifying makefiles 22067806 transforms needs expanding for desktop services

There are ON/Userland cross consolidation dependencies.
The GNU gettext compatible feature currently supported by
the gettext() functions in libc from the ON consolidation is
based on the GNU MO format version 1.0, which matches the
one that the GNU gettext 0.16.1 package supports.  Whenever
the GNU MO format version gets changed by updating the GNU
gettext package in Userland, an appropriate update is also
required to the gettext() functions in libc, and vice versa.
For details, see the following PSARC cases:
PSARC/2007/634 More compatibility with GNU gettext
               in gettext(3c)
PSARC/2007/635 GNU gettext 0.16.1
PSARC/2013/346 GNU gettest 0.18.3 (updated to 0.19.3)