[Bug 772451] Broken clock_gettime and mkostemp detection with XCode 8
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 23 12:55:44 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=772451
--- Comment #13 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
The main issue is that Autoconf detects symbols in libraries by supplying its
own prototype and trying to link to that symbol. This means that the prototype
in the Apple headers is not used and `__CLOCK_AVAILABILITY` is not used at all,
which causes the linker to always find the symbol regardless of whether you use
`-Wl,-no_weak_imports` or `-mmacosx-version-min=10.7`, etc.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list