From: H.Merijn Brand Date: Sat, 13 Mar 2010 14:29:49 +0000 (+0100) Subject: Revive threaded builds for AIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4538cc61f9647977d26a4177292a7a4a4ac6027d;p=p5sagit%2Fp5-mst-13.2.git Revive threaded builds for AIX If random_r is disabled, so should srandom_r be. Changes in a distant caused errors like: "reentr.h", line 773.16: 1506-007 (S) "struct random_data" is undefined. --- diff --git a/hints/aix.sh b/hints/aix.sh index 8d06c9f..63f245f 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -234,6 +234,7 @@ case "$usethreads" in d_setgrent_r='undef' d_setpwent_r='undef' d_srand48_r='undef' + d_srandom_r='undef' d_strerror_r='undef' ccflags="$ccflags -DNEED_PTHREAD_INIT"