From: Ulrich Drepper Date: Mon, 16 Oct 2000 16:20:36 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_96~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db49e90c38ffe60edad1d8632b725f67beb24f35;p=thirdparty%2Fglibc.git Update. 2000-10-16 Ulrich Drepper * timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c, ialloc.c, and scheck.c. * malloc/obstack.c: Always include for glibc. * posix/getopt.c: Likewise. Reported by Petr Vandrovec . --- diff --git a/ChangeLog b/ChangeLog index 5d654a63de7..4fe716afdeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-10-16 Ulrich Drepper + + * timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c, + ialloc.c, and scheck.c. + * malloc/obstack.c: Always include for glibc. + * posix/getopt.c: Likewise. + Reported by Petr Vandrovec . + 2000-10-15 Pete Wyckoff * Rules: Define _LIBC during generation of bits/stdio_lim.d. diff --git a/timezone/Makefile b/timezone/Makefile index d62d05a2081..3e8a1a849bb 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -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