Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-waf: update torture for new ndr/drsblobs.c tests | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: honor existing LD_LIBRARY_PATH settings when adding shared lib paths | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 2010-04-06 | 3 | -6/+2 |
| | |||||
* | s4-waf: disable_gnutls is gone | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | s4-waf: don't hardcode python path | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | build: honor both --enable-gnutls and --disable-gnutls | Andrew Tridgell | 2010-04-06 | 1 | -5/+12 |
| | | | | | This shows how we can do the dual-boolean rules we use so much with autoconf | ||||
* | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 2010-04-06 | 2 | -2/+0 |
| | | | | this stops lib/replace becoming a mess | ||||
* | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 2010-04-06 | 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 | ||||
* | build: setnttoken depends on libreplace | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: sys_lease_linux needs to be conditionally enabled | Andrew Tridgell | 2010-04-06 | 1 | -9/+12 |
| | |||||
* | build: configure fixes for opensolaris | Andrew Tridgell | 2010-04-06 | 2 | -1/+12 |
| | |||||
* | build: added --with-selftest-prefix | Andrew Tridgell | 2010-04-06 | 1 | -3/+8 |
| | |||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 3 | -19/+14 |
| | |||||
* | build: added etags and ctags make targets | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: rkpty should not directly include socket_wrapper.c | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed build of heimdal/lib/roken/err.h | Andrew Tridgell | 2010-04-06 | 1 | -0/+9 |
| | |||||
* | build: commented the missing subsystems | Andrew Tridgell | 2010-04-06 | 1 | -12/+14 |
| | |||||
* | build: fixed libcli/ndr_netlogon.c dependency rules | Andrew Tridgell | 2010-04-06 | 2 | -1/+2 |
| | |||||
* | build: support systems without rpath | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 |
| | |||||
* | build: removed testing cflags | Andrew Tridgell | 2010-04-06 | 1 | -3/+2 |
| | |||||
* | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 |
| | |||||
* | build: fixed gnutls check | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 2010-04-06 | 1 | -4/+10 |
| | |||||
* | build: compile_et needs lib/com_err includes | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: don't look for gettext twice | Andrew Tridgell | 2010-04-06 | 1 | -2/+0 |
| | |||||
* | build: don't add curses.h to incremental confdefs.h | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | build: check libc first for several libraries | Andrew Tridgell | 2010-04-06 | 2 | -4/+4 |
| | |||||
* | build: don't assume bash in configure.waf | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: spelling fix, and syntax highlighting fix | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | build: conditionally enable inotify | Andrew Tridgell | 2010-04-06 | 2 | -8/+10 |
| | |||||
* | build: check for pam headers | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: install samba in sbin | Andrew Tridgell | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | build: don't install the heimdal compilers | Andrew Tridgell | 2010-04-06 | 1 | -4/+9 |
| | |||||
* | build: don't install talloc_testsuite and ldbtest | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | build: Add a ctags command to build a ctags-style tags file | Kai Blin | 2010-04-06 | 1 | -0/+8 |
| | |||||
* | build: install codepage files | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: don't default to WAFCACHE in configure | Andrew Tridgell | 2010-04-06 | 1 | -2/+5 |
| | |||||
* | build: use RUN_COMMAND() to wrap os.system() | Andrew Tridgell | 2010-04-06 | 1 | -6/+3 |
| | |||||
* | build: fixed st_done test completion code | Andrew Tridgell | 2010-04-06 | 2 | -6/+4 |
| | |||||
* | build: default to 1 job in make, to be build farm friendly | Andrew Tridgell | 2010-04-06 | 1 | -1/+6 |
| | |||||
* | build: ensure that the 'build' command appears in waf --help | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: disable WAFCACHE by default | Andrew Tridgell | 2010-04-06 | 1 | -2/+8 |
| | | | | | It doesn't have a size limiting mechanism yet, so don't use it by default ot it could cause havoc in the build farm | ||||
* | build: compatibility makefile targets | Andrew Tridgell | 2010-04-06 | 2 | -3/+15 |
| | |||||
* | build: alias the libiconv target name for subsystems that depend on 'ICONV' | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: added 'waf etags' target | Andrew Tridgell | 2010-04-06 | 1 | -1/+9 |
| | |||||
* | build: don't need the S4 in the PIDL prefix | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 |
| | |||||
* | build: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed the build of the com.so library | Andrew Tridgell | 2010-04-06 | 1 | -1/+6 |
| | |||||
* | build: enable com library | Andrew Tridgell | 2010-04-06 | 1 | -12/+4 |
| |