summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-16 17:52:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-16 17:52:29 +0000
commita48ec845cbd27881b821dcb9bb80e52ba093c5f2 (patch)
tree9db559767d80004cf807399bb10413179b5105fd /hints/freebsd.sh
parentc04a4dfec532b91f76755cfa4d008128d04c69cb (diff)
downloadperl-a48ec845cbd27881b821dcb9bb80e52ba093c5f2.tar.gz
More paranoid _r protochecking. At least Tru64 and
Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r--hints/freebsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 41fe55f510..8b324da26e 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -210,6 +210,7 @@ EOM
exit 1
fi
ldflags="-pthread $ldflags"
+ ccflags="-D_THREAD_SAFE $ccflags"
;;
esac