c19a5fcba3
This is maintenance release and please refer release announce in detail: https://kb.isc.org/article/AA-01490.
15 lines
471 B
Text
15 lines
471 B
Text
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.4 2017/04/22 16:05:43 taca Exp $
|
|
|
|
Build fix for DragonFly while linking of driver.so.
|
|
|
|
--- bin/tests/system/Makefile.in.orig 2017-04-14 03:54:11.000000000 +0000
|
|
+++ bin/tests/system/Makefile.in
|
|
@@ -21,7 +21,7 @@ VERSION=@BIND9_VERSION@
|
|
|
|
@BIND9_MAKE_INCLUDES@
|
|
|
|
-SUBDIRS = dlzexternal lwresd rsabigexponent tkey
|
|
+SUBDIRS = lwresd rsabigexponent tkey
|
|
CINCLUDES = ${ISC_INCLUDES} ${DNS_INCLUDES}
|
|
|
|
CDEFINES = @USE_GSSAPI@
|