This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee23ad3
)
Revive threaded builds for AIX
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sat, 13 Mar 2010 14:29:49 +0000
(15:29 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sat, 13 Mar 2010 14:29:49 +0000
(15:29 +0100)
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.
hints/aix.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/aix.sh
b/hints/aix.sh
index
8d06c9f
..
63f245f
100644
(file)
--- 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"