From 873f3aafd39cd20cc865fc33f2560500fa7aaa1f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 1 Feb 2009 23:14:46 +0000 Subject: Add description of Gettext's preloadable_libintl.so. Fixes #2312. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/gettext.xml | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 845d823c2..f2517cc96 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-02-01 + + [matthew] - Added preloadable_libintl.so to list of files + installed by Gettext. Thanks to Chris Staub for the report and patch. + Fixes #2312. + [matthew] - Upgraded to Udev-137. Fixes #2328. diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 0bce337ac..f56f97861 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -75,8 +75,8 @@ gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, recode-sr-latin, and xgettext - libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and - libgettextsrc.so + libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, + libgettextsrc.so, and preloadable_libintl.so @@ -405,6 +405,17 @@ + + preloadable_libintl + + A library, intended to be used by LD_PRELOAD that assists + libintl in logging + untranslated messages. + + preloadable_libintl + + + -- cgit v1.2.3-54-g00ecf