summaryrefslogtreecommitdiffstats
path: root/source3/wscript
Commit message (Collapse)AuthorAgeFilesLines
* s3-waf: add support for --with-aio-support.Günther Deschner2011-02-071-0/+63
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 12:30:57 CET 2011 on sn-devel-104
* s3-waf: only build auth_netlogond in developer build.Günther Deschner2011-02-071-2/+2
| | | | | | Volker, please check. Guenther
* s3-waf: add --with-syslog option.Günther Deschner2011-02-071-0/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 10:50:39 CET 2011 on sn-devel-104
* s3-waf: recurse into ../lib/util/wscript_configureGünther Deschner2011-02-071-0/+1
| | | | | | This gets us all the statvfs checks. Guenther
* s3-waf: add support for iprint.Günther Deschner2011-02-071-0/+8
| | | | Guenther
* s3-waf: fix the build after linux netlink changes.Günther Deschner2011-02-011-0/+14
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 23:21:50 CET 2011 on sn-devel-104
* s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2011-01-311-0/+9
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
* s3-waf: fix lib/addns include path.Günther Deschner2011-01-241-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 16:15:58 CET 2011 on sn-devel-104
* s3-waf: no need anymore to include "source4" globally.Günther Deschner2011-01-241-1/+1
| | | | Guenther
* s3-waf: finally enable large file support.Günther Deschner2011-01-121-0/+13
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 11:59:22 CET 2011 on sn-devel-104
* s3-waf: add check for SO_PEERCRED.Günther Deschner2011-01-121-0/+9
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 02:29:48 CET 2011 on sn-devel-104
* s3-waf: add checks for Linux readahead.Günther Deschner2011-01-121-0/+9
| | | | Guenther
* s3-waf: more fallocate checks stolen from autoconf.Günther Deschner2011-01-121-0/+30
| | | | Guenther
* s3-waf: add checks for fallocate fallocate64.Günther Deschner2011-01-121-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 00:56:57 CET 2011 on sn-devel-104
* s3-waf: Fixed the static rpc service build.Andreas Schneider2011-01-041-20/+10
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104
* s3-waf: try to fix the build with snow leopard.Günther Deschner2010-12-131-1/+5
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 15:03:08 CET 2010 on sn-devel-104
* s3-waf: add -Wl,--export-dynamic to LDFLAGS.Günther Deschner2010-12-131-0/+2
| | | | | | | | | | Our binaries did not export symbols so e.g. smbd could not load vfs modules. Patch from tridge. We might remove this later on, once we decide to resolve all symbols and fix all dependencies in s3 modules. Guenther
* s3-waf: fixed version number handlingAndrew Tridgell2010-12-081-13/+2
|
* s3-waf: add configure/declaration checks for fdatasync, readahead and splice.Günther Deschner2010-12-071-0/+12
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 16:50:23 CET 2010 on sn-devel-104
* s3-waf: add valgrind configure checks.Günther Deschner2010-12-071-0/+4
| | | | Guenther
* s3-waf: build vfs_fileid module if possible.Günther Deschner2010-12-071-0/+9
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 14:01:46 CET 2010 on sn-devel-104
* s3-waf: add support for --with-dnsupdate.Günther Deschner2010-12-071-1/+10
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 13:07:51 CET 2010 on sn-devel-104
* s3-waf: add pam configure checks.Günther Deschner2010-12-061-2/+69
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 6 17:34:45 CET 2010 on sn-devel-104
* s3-waf: add krb5 configure check for WRFILE_KEYTAB.Günther Deschner2010-12-031-0/+10
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 3 13:54:25 CET 2010 on sn-devel-104
* s3-waf: add krb5 configure checks for enctype 23.Günther Deschner2010-12-031-0/+25
| | | | Guenther
* s3-waf: more krb5 configure checks.Günther Deschner2010-12-031-2/+11
| | | | Guenther
* s3-waf: more krb5 configure checks.Günther Deschner2010-12-011-0/+24
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 19:35:50 CET 2010 on sn-devel-104
* s3-waf: add configure check for dirfd and build vfs_syncops vfs_dirsort if ↵Günther Deschner2010-12-011-0/+5
| | | | | | possible. Guenther
* s3-waf: add idmap_ldap to default static module list.Günther Deschner2010-12-011-1/+1
| | | | Guenther
* s3-waf: align some krb5/gssapi configure checks with classic build.Günther Deschner2010-12-011-1/+2
| | | | Guenther
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-3/+3
| | | | | | | | | | This finally allows mixed case module names like the classic build (./configure --shared_modules=charset_CP850) Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 18:39:14 CET 2010 on sn-devel-104
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-5/+5
| | | | | | | | | | | | | if you use --git-local-changes then the version number that waf extracts from git will have a '+' on the end if you have local changes, as determined by running 'git diff'. This used to be the default, but unfortunately it is far too slow on some systems. On a NFS build system I was using the first line of configure took about 2 minutes. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 16 01:51:54 UTC 2010 on sn-devel-104
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-1/+1
| | | | than Bazaar revision ids.
* s3-waf: add idmap_autorid to the build.Günther Deschner2010-11-081-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 8 14:17:27 UTC 2010 on sn-devel-104
* s3-waf: add check for httpConnect and httpConnectEncrypt.Günther Deschner2010-11-041-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Nov 4 14:10:40 UTC 2010 on sn-devel-104
* s3-waf: add vfs_time_audit to the build.Günther Deschner2010-10-281-1/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104
* s3-waf: use git to calculate the version if availableStefan Metzmacher2010-10-251-9/+15
| | | | metze
* s3-waf: fixed waf configure for recent changesAndrew Tridgell2010-10-251-1/+1
|
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-0/+1
| | | | Guenther
* s3-waf: add basic make test infrastructure, not able to test yet.Günther Deschner2010-09-291-0/+2
| | | | Guenther
* waf: we don't need the preprocessor recursion limit any moreAndrew Tridgell2010-09-281-3/+0
| | | | thanks to ita for this
* s3-waf: add vfs_linux_xfs_sgid to the list of default shared modules.Günther Deschner2010-09-281-1/+1
| | | | Guenther
* s3-waf: add pam_smbpass.Günther Deschner2010-09-281-0/+4
| | | | Guenther
* s3-waf: rework static and shared list handling a little.Günther Deschner2010-09-271-17/+20
| | | | Guenther
* s3-waf: add missing IDMAP modules.Günther Deschner2010-09-271-1/+2
| | | | Guenther
* s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner2010-09-271-22/+53
| | | | Guenther
* s3-waf: add some module specific functions for s3 waf build.Günther Deschner2010-09-271-0/+3
| | | | | | Thanks to Kai. Guenther
* s3-waf: add check for seteuid method.Günther Deschner2010-09-231-0/+44
| | | | | | Thanks to Kai and Metze! Guenther
* s3-waf: build samldap passdb backendSumit Bose2010-08-271-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-waf: fix the waf build with more recent MIT krb5 libs.Günther Deschner2010-08-111-0/+3
| | | | | | | | | | (such as MIT krb5 1.7.1 on fedora 13). This whole area needs more work and love later, for now it builds at least. Kai, please check. Guenther