This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d0567
)
BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 01:41:25 +0000
(
01:41
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 01:41:25 +0000
(
01:41
+0000)
p4raw-id: //depot/perl@3628
hints/bsdos.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/bsdos.sh
b/hints/bsdos.sh
index
c54a0c1
..
e8cfb4a
100644
(file)
--- a/
hints/bsdos.sh
+++ b/
hints/bsdos.sh
@@
-86,6
+86,7
@@
case "$osvers" in
libswanted="rpc curses termcap $libswanted"
;;
4.0*)
+ POSIX_cflags='ccflags="$ccflags -DSTRUCT_TM_HASZONE"'
# ELF dynamic link libraries starting in 4.0 (???)
useshrplib='true'
so='so'