summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/hints/linux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/linux.pl')
-rw-r--r--contrib/perl5/ext/POSIX/hints/linux.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/linux.pl b/contrib/perl5/ext/POSIX/hints/linux.pl
new file mode 100644
index 0000000..f1d1981
--- /dev/null
+++ b/contrib/perl5/ext/POSIX/hints/linux.pl
@@ -0,0 +1,5 @@
+# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
+# 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' ;
OpenPOWER on IntegriCloud