summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorThe Doctor <doctor@doctor.nl2k.ab.ca>2009-07-29 14:25:58 -0400
committerAndy Dougherty <doughera@lafayette.edu>2009-07-29 14:25:58 -0400
commit1d5727c1fd186772fdf2e7e5f94d3656809073d6 (patch)
tree3ac0cf256d97acb72511f57266341ec1e2948cd8 /hints
parentb8ca42e11b4c854e920928a9cd8f979bb5972b1c (diff)
downloadperl-1d5727c1fd186772fdf2e7e5f94d3656809073d6.tar.gz
hints/bsdos.sh: Add correct flags for compilation with pthreads
Diffstat (limited to 'hints')
-rw-r--r--hints/bsdos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index ab56f991da..65eaf7f3bb 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -120,7 +120,7 @@ cat > UU/usethreads.cbu <<'EOCBU'
case "$usethreads" in
$define|true|[yY]*)
case "$osvers" in
- 3.*|4.*) ccflags="-D_REENTRANT $ccflags"
+ 3.*|4.*) ccflags="-D_REENTRANT -D_THREAD_SAFE -pthread $ccflags"
;;
*) cat <<EOM >&4
I did not know that BSD/OS $osvers supports POSIX threads.