[PATCH] dynconfig: Fix deps, no talloc required

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Oct 12 10:18:51 UTC 2015


Hi!

Review&push appreciated!

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From a0bd633123c5a325c8bdaeb604571d16eac26ac5 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 12 Oct 2015 12:17:56 +0200
Subject: [PATCH] dynconfig: Fix deps, no talloc required

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 dynconfig/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynconfig/wscript b/dynconfig/wscript
index 6410c38..606fbad 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -412,7 +412,7 @@ def build(bld):
     version_header = 'version.h'
     bld.SAMBA_SUBSYSTEM('DYNCONFIG',
                         'dynconfig.c',
-                        deps='replace talloc',
+                        deps='replace',
                         public_headers=os_path_relpath(os.path.join(Options.launch_dir, version_header), bld.curdir),
                         header_path='samba',
                         cflags=cflags)
-- 
2.6.0



More information about the samba-technical mailing list