diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 01:41:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 01:41:25 +0000 |
commit | 10ca40477ddc9b8d94a5d1880386d95c6cc6cc37 (patch) | |
tree | 432b1414757fc62be1e63230a3b755775f5346c6 /hints/bsdos.sh | |
parent | c4d0567e9fc5bde6a4a00063c85389a6cca2fc60 (diff) | |
download | perl-10ca40477ddc9b8d94a5d1880386d95c6cc6cc37.tar.gz |
BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
p4raw-id: //depot/perl@3628
Diffstat (limited to 'hints/bsdos.sh')
-rw-r--r-- | hints/bsdos.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh index c54a0c1606..e8cfb4a972 100644 --- 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' |