bind9/lib/isccc
Michał Kępień b60d7345ed Fix function overrides in unit tests on macOS
Since Mac OS X 10.1, Mach-O object files are by default built with a
so-called two-level namespace which prevents symbol lookups in BIND unit
tests that attempt to override the implementations of certain library
functions from working as intended.  This feature can be disabled by
passing the "-flat_namespace" flag to the linker.  Fix unit tests
affected by this issue on macOS by adding "-flat_namespace" to LDFLAGS
used for building all object files on that operating system (it is not
enough to only set that flag for the unit test executables).
2020-09-28 09:09:21 +02:00
..
include update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tests update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
win32 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
alist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
api Update library API versions 2020-08-06 09:10:06 +02:00
base64.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
cc.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
ccmsg.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Fix function overrides in unit tests on macOS 2020-09-28 09:09:21 +02:00
result.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sexpr.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
symtab.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00