mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
4493. [bug] bin/tests/system/dyndb/driver/Makefile.in should use
SO_TARGETS. [RT# 43336]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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
|
4492. [bug] irs_resconf_load failed to initialise sortlistnxt
|
||||||
causing bad writes if resolv.conf contained a
|
causing bad writes if resolv.conf contained a
|
||||||
sortlist directive. [RT #43459]
|
sortlist directive. [RT #43459]
|
||||||
|
@@ -32,7 +32,8 @@ SRCS = db.c driver.c instance.c \
|
|||||||
OBJS = db.@O@ driver.@O@ instance.@O@ \
|
OBJS = db.@O@ driver.@O@ instance.@O@ \
|
||||||
lock.@O@ log.@O@ syncptr.@O@ zone.@O@
|
lock.@O@ log.@O@ syncptr.@O@ zone.@O@
|
||||||
|
|
||||||
TARGETS = lib/sample.@SO@
|
SO_TARGETS = lib/sample.@SO@
|
||||||
|
TARGETS = @SO_TARGETS@
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user