develooper Front page | perl.perl5.changes | Postings from July 2009

[perl.git] branch blead, updated. GitLive-blead-1713-g1d5727c

From:
Andy Dougherty
Date:
July 30, 2009 02:05
Subject:
[perl.git] branch blead, updated. GitLive-blead-1713-g1d5727c
Message ID:
E1MWDsT-0006dL-3w@camel.booking.com
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1d5727c1fd186772fdf2e7e5f94d3656809073d6?hp=b8ca42e11b4c854e920928a9cd8f979bb5972b1c>

- Log -----------------------------------------------------------------
commit 1d5727c1fd186772fdf2e7e5f94d3656809073d6
Author: The Doctor <doctor@doctor.nl2k.ab.ca>
Date:   Wed Jul 29 14:25:58 2009 -0400

    hints/bsdos.sh:  Add correct flags for compilation with pthreads
-----------------------------------------------------------------------

Summary of changes:
 hints/bsdos.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index ab56f99..65eaf7f 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.

--
Perl5 Master Repository



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About