summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
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