aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba/0005-samba-build-dnsserver_common-code.patch
blob: 2abbe563ae37fb57b23125680e0ddccc01ca561f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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