Opened 19 years ago
Closed 19 years ago
#65 closed defect (fixed)
Gawk misses important fixes
| Reported by: | Owned by: | ||
|---|---|---|---|
| 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.
Note:
See TracTickets
for help on using tickets.

Fixed in r2189.