[PATCH] dynconfig: Fix deps, no talloc required

Andrew Bartlett abartlet at samba.org
Wed Oct 21 01:49:41 UTC 2015


On Mon, 2015-10-12 at 12:18 +0200, Volker Lendecke wrote:
> Hi!
> 
> Review&push appreciated!

Volker,

On a host that does not have talloc.h from the system (such as our
catalyst cloud hosts, or the travis-ci hosts I'm trying to make work),
sadly this breaks the build:

In file included from ../dynconfig/dynconfig.c:21:0:
../source4/include/includes.h:54:20: fatal error: talloc.h: No such
file or directory
 #include <talloc.h>
                    ^
compilation terminated.
Waf: Leaving directory `/home/ubuntu/autobuild/b13318/samba-libs/bin'

This additional patch fixes that issue, by depending on replace.h
instead of includes.h (which is thankfully already a dependency in
waf). 

Please review/push!

Thanks,

Andrew Bartlett

-- 
Andrew Bartlett
https://samba.org/~abartlet/
Authentication Developer, Samba Team         https://samba.org
Samba Development and Support, Catalyst IT   
https://catalyst.net.nz/services/samba









More information about the samba-technical mailing list