summaryrefslogtreecommitdiff
path: root/ext/POSIX/hints
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-19 22:14:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-19 22:14:29 +0000
commit371b7e1ad2e46c79c7794d9b0f41b49157e7653c (patch)
tree630f132792287f6a0122045d7c82ef0fafedd646 /ext/POSIX/hints
parentd8b46c1bb1e2856c8ae13cfa7f0b032537c8f918 (diff)
downloadperl-371b7e1ad2e46c79c7794d9b0f41b49157e7653c.tar.gz
control change#1914 via hints (causes problems on some platforms)
p4raw-link: @1914 on //depot/perl: e44f695ee9be4f523999589b52c7c8e9ddc1bed9 p4raw-id: //depot/perl@4196
Diffstat (limited to 'ext/POSIX/hints')
-rw-r--r--ext/POSIX/hints/linux.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/POSIX/hints/linux.pl b/ext/POSIX/hints/linux.pl
index f1d19814ae..8cec446044 100644
--- a/ext/POSIX/hints/linux.pl
+++ b/ext/POSIX/hints/linux.pl
@@ -2,4 +2,6 @@
# Thanks to Bart Schuller <schuller@Lunatech.com>
# See Message-ID: <19971009002636.50729@tanglefoot>
# XXX A Configure test is needed.
-$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ;
+$self->{CCFLAGS} = $Config{ccflags}
+ . ' -DHINT_STRFTIME_NEEDS_MKTIME'
+ . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ;