From 10d7abc8f1aa99ae45209aeb704978d206f329c0 Mon Sep 17 00:00:00 2001
|
From: Joe Slater <joe.slater@windriver.com>
|
Date: Tue, 1 Jun 2021 11:09:19 +0800
|
Subject: [PATCH] samba: build dnsserver_common code
|
|
Just 'install' does not seem to do it.
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
---
|
source4/dns_server/wscript_build | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
|
index e97c85d..a49fbb9 100644
|
--- a/source4/dns_server/wscript_build
|
+++ b/source4/dns_server/wscript_build
|
@@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('dnsserver_common',
|
source='dnsserver_common.c',
|
deps='samba-util samba-errors ldbsamba clidns',
|
private_library=True,
|
- install=bld.AD_DC_BUILD_IS_ENABLED()
|
+ enabled=bld.AD_DC_BUILD_IS_ENABLED()
|
)
|
|
bld.SAMBA_MODULE('service_dns',
|
--
|
2.17.1
|