bind9/lib
Matthijs Mekking 9f5a43808f Fix linking problem for #1612
When a library is examined, an object file within it can be left out
of the link if it does not provide symbols that the symbol table
needs.  Introducing `isc_stdtime_tostring` caused a build failure for
`update_test` because it now requires `libisc.a(stdtime.o)` and that
also exports the `isc_stdtime_get` symbol, meaning we have a
multiple definition error.

Add a local version of `isc_stdtime_tostring`, so that the linker
will not search for it in available object files.
2020-07-01 10:55:30 +02:00
..
bind9 "check-names primary" and "check-names secondary" were ignored 2020-06-22 14:30:14 +02:00
dns Fix linking problem for #1612 2020-07-01 10:55:30 +02:00
irs Adjust library API versions 2020-05-19 13:57:37 +02:00
isc Move dst key printtime in separate function 2020-07-01 09:57:44 +02:00
isccc prep 9.16.3 2020-05-19 13:57:36 +02:00
isccfg prep 9.16.4 2020-06-18 10:25:50 +02:00
ns restore "blackhole" functionality 2020-06-30 21:10:31 -07:00
samples add support for building sphinx documentation 2020-06-01 09:54:46 +02:00
win32/bindevt Disable MSB8028 warning 2020-04-16 07:56:38 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00