Skip to content
Snippets Groups Projects
Commit ff4636bd authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1178 from ilovezfs/more_clock_gettime

superenv: more 10.11 clock_gettime Autotools fixes
parents c1533e0b 88a1b285
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,11 @@ module Superenv
getentropy mkostemp mkostemps].each do |s|
ENV["ac_cv_func_#{s}"] = "no"
end
ENV["ac_cv_search_clock_gettime"] = "no"
# works around libev.m4 unsetting ac_cv_func_clock_gettime
ENV["ac_have_clock_syscall"] = "no"
end
# On 10.9, the tools in /usr/bin proxy to the active developer directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment