Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 | |
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett | |||||
2011-03-10 | s4:lib/tls/wscript - exclude known broken GNUTLS releases | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-28 | s4:lib/tls: add gnutls backend for tstream | Stefan Metzmacher | 1 | -2/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 02:29:42 UTC 2010 on sn-devel-104 | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: disable_gnutls is gone | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 1 | -2/+4 | |
2010-04-06 | build: honor both --enable-gnutls and --disable-gnutls | Andrew Tridgell | 1 | -5/+12 | |
This shows how we can do the dual-boolean rules we use so much with autoconf | |||||
2010-04-06 | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 1 | -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 | |||||
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -0/+7 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -6/+3 | |
2010-04-06 | build: fixed gnutls check | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: check for libgpg-error | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: gcrypt functions | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: more config checks | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: waf build for lib/tls | Andrew Tridgell | 1 | -0/+27 | |