summaryrefslogtreecommitdiff
path: root/hints/linux.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-02-05 08:55:23 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-06 17:24:57 +0000
commit84ef74c402afedb118ae96e8e20646cc0ffe6ff8 (patch)
tree33e66a1168fe2b67fb6674a31e62226d8694db29 /hints/linux.sh
parent5e212cb5841accd06262f40bb6be04cdf60c87d6 (diff)
downloadperl-84ef74c402afedb118ae96e8e20646cc0ffe6ff8.tar.gz
Re: posix::strftime (core dumped)
p4raw-id: //depot/perl@481
Diffstat (limited to 'hints/linux.sh')
-rw-r--r--hints/linux.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index af7d0a835e..8ff7f5d747 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -29,14 +29,6 @@ esac
# gcc-2.6.3 defines _G_HAVE_BOOL to 1, but doesn't actually supply bool.
ccflags="-Dbool=char -DHAS_BOOL $ccflags"
-# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
-# Thanks to Bart Schuller <schuller@Lunatech.com>
-# See Message-ID: <19971009002636.50729@tanglefoot>
-# This is currently commented out for maintenance releases
-# but should probably be uncommented for 5.005 or after
-# more widespread testing.
-#POSIX_cflags='ccflags="$ccflags -DSTRUCT_TM_HASZONE"'
-
# BSD compatability library no longer needed
set `echo X "$libswanted "| sed -e 's/ bsd / /'`
shift