2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

4493. [bug] bin/tests/system/dyndb/driver/Makefile.in should use

SO_TARGETS. [RT# 43336]
This commit is contained in:
Mark Andrews
2016-10-27 15:37:26 +11:00
parent 55b78fff62
commit c910fc24ce
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
4493. [bug] bin/tests/system/dyndb/driver/Makefile.in should use
SO_TARGETS. [RT# 43336]
4492. [bug] irs_resconf_load failed to initialise sortlistnxt
causing bad writes if resolv.conf contained a
sortlist directive. [RT #43459]

View File

@@ -32,7 +32,8 @@ SRCS = db.c driver.c instance.c \
OBJS = db.@O@ driver.@O@ instance.@O@ \
lock.@O@ log.@O@ syncptr.@O@ zone.@O@
TARGETS = lib/sample.@SO@
SO_TARGETS = lib/sample.@SO@
TARGETS = @SO_TARGETS@
@BIND9_MAKE_RULES@