]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix readzone compile under debug config.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 4 Aug 2021 09:43:29 +0000 (11:43 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 4 Aug 2021 09:43:29 +0000 (11:43 +0200)
Makefile.in
doc/Changelog

index 476545ea90411d92c96316ce2e25dbe73ddb5b89..3ac3b1681a5a32a1969db2ce08b56e256714c939 100644 (file)
@@ -248,7 +248,7 @@ DELAYER_OBJ_LINK=$(DELAYER_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \
 $(SLDNS_OBJ)
 READZONE_SRC=testcode/readzone.c
 READZONE_OBJ=readzone.lo
-READZONE_OBJ_LINK=$(READZONE_OBJ) $(COMPAT_OBJ) $(SLDNS_OBJ)
+READZONE_OBJ_LINK=$(READZONE_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) $(SLDNS_OBJ)
 IPSET_SRC=@IPSET_SRC@
 IPSET_OBJ=@IPSET_OBJ@
 DNSTAP_SOCKET_SRC=dnstap/unbound-dnstap-socket.c
index ac992b345db9e5912e0431913ec9732b450b56de..8c4eb0023bcfe8b31632cc5fa1cc8683eb12af81 100644 (file)
@@ -9,6 +9,7 @@
        - In unit test use openssl set security level to allow keys in test.
        - Fix static analysis warnings about localzone locks that are unused.
        - Fix missing locks in zonemd unit test.
+       - Fix readzone compile under debug config.
 
 3 August 2021: George
        - Listen to read or write events after the SSL handshake.