Ticket #65 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Gawk misses important fixes

Reported by: alexander@linuxfromscratch.org Assigned to: clfs-commits@lists.cross-lfs.org.
Priority: major Milestone: CLFS Sysroot 1.0.0
Component: BOOK Version: CLFS Sysroot 1.0.0
Keywords: Cc:

Description

In LFS, but not in CLFS-2.0, there is the following command:

cat >>config.h <<"EOF"
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
EOF

This is needed if someone wants to recompile gettext natively on the target system.

Change History

07/22/06 17:17:59 changed by jciccone

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r2189.