summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls/wscript
Commit message (Collapse)AuthorAgeFilesLines
* s4:lib/tls: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
| | | | | | | This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
* s4:lib/tls/wscript - exclude known broken GNUTLS releasesMatthias Dieter Wallnöfer2011-03-101-2/+2
| | | | | | | This definitely fixes bug #7218. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Mar 10 11:58:27 CET 2011 on sn-devel-104
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
|
* tls: add missing dependency on util_tevent.Jelmer Vernooij2010-10-101-1/+1
|
* s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher2010-09-281-2/+2
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 02:29:42 UTC 2010 on sn-devel-104
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: disable_gnutls is goneAndrew Tridgell2010-04-061-1/+1
|
* build: need to mark disabled libraries as DISABLEDAndrew Tridgell2010-04-061-2/+4
|
* build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell2010-04-061-5/+12
| | | | | This shows how we can do the dual-boolean rules we use so much with autoconf
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-4/+8
| | | | | | | | | When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-0/+7
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-6/+3
|
* build: fixed gnutls checkAndrew Tridgell2010-04-061-1/+1
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-1/+3
|
* build: check for libgpg-errorAndrew Tridgell2010-04-061-1/+3
|
* build: gcrypt functionsAndrew Tridgell2010-04-061-1/+1
|
* build: more config checksAndrew Tridgell2010-04-061-0/+3
|
* build: waf build for lib/tlsAndrew Tridgell2010-04-061-0/+27