Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: python 2.4 doesn't support multiple union arguments for sets | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 | |
| | ||||||
* | build: sun c compiler wants a newline | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: expand indirect syslibs after loop unrolling | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 | |
| | | | | | otherwide python libs in the disable-shared build don't get all the needed syslibs | |||||
* | build: fixed handling of full dependencies for --disable-shared | Andrew Tridgell | 2010-04-06 | 1 | -119/+137 | |
| | | | | | the subsystem dependency loops get quite complex when shared libs are disabled | |||||
* | build: don't use double binaries/libs if not needed | Andrew Tridgell | 2010-04-06 | 1 | -8/+23 | |
| | | | | | when rpath is disabled on both install and build we don't need the double binaries | |||||
* | build: mark wafsamba as unbuffered, so stdout and stderr are better in sync | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: added etags and ctags make targets | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 | |
| | ||||||
* | build: check if a simple C program runs | Andrew Tridgell | 2010-04-06 | 2 | -0/+17 | |
| | | | | This will be helpful for working out why AIX is failing | |||||
* | build: more complete implementation of waf configure -C | Andrew Tridgell | 2010-04-06 | 2 | -18/+20 | |
| | | | | this is a closer emulation of the autoconf behaviour | |||||
* | 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 | 2 | -1/+11 | |
| | ||||||
* | build: enable real cacheing with waf configure -C | Andrew Tridgell | 2010-04-06 | 2 | -7/+23 | |
| | ||||||
* | build: added --disable-shared option | Andrew Tridgell | 2010-04-06 | 2 | -6/+17 | |
| | ||||||
* | build: optimise and re-enable check_duplicate_sources | Andrew Tridgell | 2010-04-06 | 1 | -18/+47 | |
| | ||||||
* | 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: fixed issue with CC="ccache cc" on solaris | Andrew Tridgell | 2010-04-06 | 3 | -5/+11 | |
| | ||||||
* | build: support systems without rpath | Andrew Tridgell | 2010-04-06 | 4 | -7/+32 | |
| | ||||||
* | build: removed testing cflags | Andrew Tridgell | 2010-04-06 | 1 | -3/+2 | |
| | ||||||
* | build: cope with subsystems with no enabled modules | Andrew Tridgell | 2010-04-06 | 2 | -11/+13 | |
| | | | | This happens for the notify subsystem on non-Linux systems | |||||
* | build: 'makefile' (lowercase) is now a generated file | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: tevent_epoll.c is conditional on HAVE_EPOLL | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 | |
| | ||||||
* | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 2010-04-06 | 2 | -2/+14 | |
| | ||||||
* | build: if a library is found, but not the fn, still define the library | Andrew Tridgell | 2010-04-06 | 1 | -9/+2 | |
| | ||||||
* | build: don't use gcc warnings during configure | Andrew Tridgell | 2010-04-06 | 2 | -4/+8 | |
| | ||||||
* | build: fixed gnutls check | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: fixed check for pthread_create() | Andrew Tridgell | 2010-04-06 | 2 | -14/+30 | |
| | ||||||
* | build: more careful library list handling | Andrew Tridgell | 2010-04-06 | 1 | -14/+29 | |
| | ||||||
* | build: CONFIG_SET() takes conf argument | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 2010-04-06 | 2 | -9/+16 | |
| | ||||||
* | build: cope with double check for functions | Andrew Tridgell | 2010-04-06 | 1 | -1/+4 | |
| | ||||||
* | build: compile_et needs lib/com_err includes | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: libreplace now depends on nsl and socket | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | | | | these become empty targets if not needed | |||||
* | build: inet_n*() are normally in libc | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: lib needs to take a list when more than 1 | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: ensure all libs in CHECK_FUNCS_IN() get a target type | Andrew Tridgell | 2010-04-06 | 1 | -6/+12 | |
| | ||||||
* | build: cope with multiple libs in CHECK_FUNCS_IN() | Andrew Tridgell | 2010-04-06 | 2 | -11/+12 | |
| | ||||||
* | build: cope with multiple checks for the same function/library | Andrew Tridgell | 2010-04-06 | 2 | -1/+11 | |
| | ||||||
* | build: don't look for gettext twice | Andrew Tridgell | 2010-04-06 | 2 | -3/+1 | |
| | ||||||
* | build: these cause problems incrementally too | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| | ||||||
* | build: more non-incremental headers | Andrew Tridgell | 2010-04-06 | 1 | -5/+6 | |
| | ||||||
* | 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 | 5 | -9/+9 | |
| | ||||||
* | build: fixed REPLACE_GETPASS | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| | ||||||
* | build: Check for various headers S3 needs. | Kai Blin | 2010-04-06 | 1 | -0/+8 | |
| | ||||||
* | build: rename s4 compare_config_h.sh helper and add a s3 version of it | Kai Blin | 2010-04-06 | 2 | -0/+12 | |
| | ||||||
* | build: also need to put stripped CC in conf.env | Andrew Tridgell | 2010-04-06 | 1 | -1/+2 | |
| | ||||||
* | build: gccdeps fixes from ita | Andrew Tridgell | 2010-04-06 | 1 | -3/+23 | |
| | ||||||
* | build: added WORDS_BIGENDIAN test | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 | |
| | ||||||
* | build: don't assume bash in configure.waf | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| |