Arjit Gupta
2016-Aug-20 02:48 UTC
[Samba] How to include/change compilation and linking flags on per file basis ?
Hi samba team, I am building samba 4.4.5 on HP-UX 11.31. Samba uses waf(python) tool to build the compete source code. The tool uses various python scripts and wscript to configure and build the samba. I want to modify includes path/compilation flags for a particular file or modify linking paths for particular library. *How could i do the same ?* Thanks in Advance. Arjit Kumar 9650104435
Andrew Bartlett
2016-Aug-26 20:39 UTC
[Samba] How to include/change compilation and linking flags on per file basis ?
On Sat, 2016-08-20 at 08:18 +0530, Arjit Gupta via samba wrote:> Hi samba team, > > I am building samba 4.4.5 on HP-UX 11.31. Samba uses waf(python) tool > to > build the compete source code. The tool uses various python scripts > and > wscript to configure and build the samba. I want to modify includes > path/compilation flags for a particular file or modify linking paths > for > particular library. > *How could i do the same ?*I think it might be best if you ask on samba-technical with specific detail on what you are trying to do. The task will involve writing the configure-level logic for the external library that you are trying to use, and then making the relevant part of our code depend on that via the deps= on the relevant subsystem. Thanks, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Apparently Analagous Threads
- samba net ads join windows active directory with ldap ssl
- Building from source on an ARM71 based router
- Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
- Building from source on an ARM71 based router
- git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure