2017-04-22 18:05:43 +02:00
|
|
|
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.4 2017/04/22 16:05:43 taca Exp $
|
2014-07-02 04:42:57 +02:00
|
|
|
|
|
|
|
Build fix for DragonFly while linking of driver.so.
|
|
|
|
|
2017-04-22 18:05:43 +02:00
|
|
|
--- bin/tests/system/Makefile.in.orig 2017-04-14 03:54:11.000000000 +0000
|
2014-07-02 04:42:57 +02:00
|
|
|
+++ bin/tests/system/Makefile.in
|
2017-04-22 18:05:43 +02:00
|
|
|
@@ -21,7 +21,7 @@ VERSION=@BIND9_VERSION@
|
2014-07-02 04:42:57 +02:00
|
|
|
|
|
|
|
@BIND9_MAKE_INCLUDES@
|
|
|
|
|
2017-04-22 18:05:43 +02:00
|
|
|
-SUBDIRS = dlzexternal lwresd rsabigexponent tkey
|
|
|
|
+SUBDIRS = lwresd rsabigexponent tkey
|
|
|
|
CINCLUDES = ${ISC_INCLUDES} ${DNS_INCLUDES}
|
2014-07-02 04:42:57 +02:00
|
|
|
|
2017-04-22 18:05:43 +02:00
|
|
|
CDEFINES = @USE_GSSAPI@
|