diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 16:18:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 16:18:49 +0200 |
commit | 15f92676f74d58b0af8578d6c45d0faa3de19164 (patch) | |
tree | d0ad20df508cc39e3babadaa3af78e2c6c8126fe /Makefile.in | |
parent | 486f9064367fd99029ba34a36486e3d70773131a (diff) |
external/firebird: Hack around detection of clock_gettime on Mac OS X
...where the 10.12 SDK includes clock_gettime, marked as
__attribute__((availability(macosx,introduced=10.12)))
in time.h. However, the way firebird's configure checks for it, it gets
detected as available regardless of the used -mmacosx-version-min value (and
even if the configure check would go via the time.h header, the availability
attribute would only cause a -Wpartial-availability warning, not an error, so
we'd need to pass CFLAGS=-Werror=partial-availability into firebird's
configure.)
Change-Id: I67e12743e1df0574e7fc4b2121add9fe1fb7677b
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions