mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Update.
2000-10-16 Ulrich Drepper <drepper@redhat.com> * timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c, ialloc.c, and scheck.c. * malloc/obstack.c: Always include <libintl.h> for glibc. * posix/getopt.c: Likewise. Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.
This commit is contained in:
parent
457429b404
commit
db49e90c38
@ -1,3 +1,11 @@
|
||||
2000-10-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c,
|
||||
ialloc.c, and scheck.c.
|
||||
* malloc/obstack.c: Always include <libintl.h> for glibc.
|
||||
* posix/getopt.c: Likewise.
|
||||
Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.
|
||||
|
||||
2000-10-15 Pete Wyckoff <pw@osc.edu>
|
||||
|
||||
* Rules: Define _LIBC during generation of bits/stdio_lim.d.
|
||||
|
@ -164,10 +164,10 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
|
||||
-DTZDEFRULES='"$(posixrules-file)"' \
|
||||
-DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
|
||||
|
||||
CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID $(tz-cflags)
|
||||
CFLAGS-zic.c = -Wno-strict-prototypes -DNOID $(tz-cflags)
|
||||
CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID
|
||||
CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
|
||||
CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID $(tz-cflags) -DHAVE_GETTEXT
|
||||
CFLAGS-zic.c = -Wno-strict-prototypes -DNOID $(tz-cflags) -DHAVE_GETTEXT
|
||||
CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID -DHAVE_GETTEXT
|
||||
CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID -DHAVE_GETTEXT
|
||||
|
||||
# We have to make sure the data for testing the tz functions is available.
|
||||
# Don't add leapseconds here since test-tz made checks that work only without
|
||||
|
Loading…
x
Reference in New Issue
Block a user