blob: 2abbe563ae37fb57b23125680e0ddccc01ca561f [file] [log] [blame]
Andrew Geissler69721092021-07-23 12:57:00 -04001From 10d7abc8f1aa99ae45209aeb704978d206f329c0 Mon Sep 17 00:00:00 2001
2From: Joe Slater <joe.slater@windriver.com>
3Date: Tue, 1 Jun 2021 11:09:19 +0800
4Subject: [PATCH] samba: build dnsserver_common code
5
6Just 'install' does not seem to do it.
7
8Upstream-Status: Pending
9
10Signed-off-by: Joe Slater <joe.slater@windriver.com>
11---
12 source4/dns_server/wscript_build | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
16index e97c85d..a49fbb9 100644
17--- a/source4/dns_server/wscript_build
18+++ b/source4/dns_server/wscript_build
19@@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('dnsserver_common',
20 source='dnsserver_common.c',
21 deps='samba-util samba-errors ldbsamba clidns',
22 private_library=True,
23- install=bld.AD_DC_BUILD_IS_ENABLED()
24+ enabled=bld.AD_DC_BUILD_IS_ENABLED()
25 )
26
27 bld.SAMBA_MODULE('service_dns',
28--
292.17.1
30