summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2018-01-18 21:31:42 +0000
committerZefram <zefram@fysh.org>2018-01-18 21:31:42 +0000
commit7426929780f7cd09d7e32c48d8c6151841479112 (patch)
tree9a44676cd920080db17806a4f71ee90011fe185f /hints/darwin.sh
parent884fc2d39dfcec3db11eecde0cdd7c30846e153b (diff)
downloadperl-7426929780f7cd09d7e32c48d8c6151841479112.tar.gz
override autodetection of mkostemp() on Darwin
On Darwin 15.6.0, mkostemp() was observed to be autodetected as present but actually be unlinkable. It is unknown what other Darwin versions are affected, so for the time being just override the autodetection on all versions.
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 56e647825a..feb15f6b4f 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -524,3 +524,7 @@ case "$osvers" in
d_fchmodat=undef
;;
esac
+
+# mkostemp() was autodetected as present but found to not be linkable
+# on 15.6.0. Unknown what other OS versions are affected.
+d_mkostemp=undef