Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: Check for Linux kernel oplocks | Kai Blin | 1 | -0/+13 | |
2010-04-06 | build: Check for kernel change notify support | Kai Blin | 1 | -0/+13 | |
2010-04-06 | build: check for inotify support | Kai Blin | 1 | -0/+6 | |
2010-04-06 | build: check for inttypes.h | Kai Blin | 1 | -1/+1 | |
2010-04-06 | build: check for headers needed to generate stack traces | Kai Blin | 1 | -0/+2 | |
2010-04-06 | build: check size of dev_t, ino_t and time_t | Kai Blin | 1 | -0/+1 | |
2010-04-06 | build: check for uint_t | Kai Blin | 1 | -0/+1 | |
2010-04-06 | build: Check for syscall headers | Kai Blin | 1 | -0/+1 | |
2010-04-06 | build: Check for krb5 headers | Kai Blin | 1 | -0/+8 | |
2010-04-06 | build: Check for LDAP libraries | Kai Blin | 1 | -0/+4 | |
2010-04-06 | build: Check for CUPS | Kai Blin | 1 | -0/+5 | |
2010-04-06 | build: Add a basic wscript file for Samba3 | Kai Blin | 1 | -0/+41 | |
2010-04-06 | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 4 | -44/+90 | |
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: test all the developer cflags before adding them | Andrew Tridgell | 1 | -5/+16 | |
2010-04-06 | build: setnttoken depends on libreplace | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: sys_lease_linux needs to be conditionally enabled | Andrew Tridgell | 1 | -9/+12 | |
2010-04-06 | build: add additional libreplace conditional sources | Andrew Tridgell | 1 | -3/+6 | |
2010-04-06 | build: finer grained rpath checking for binary/install | Andrew Tridgell | 3 | -17/+20 | |
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 5 | -29/+99 | |
2010-04-06 | build: socklen_t is in sys/socket.h | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: added --with-selftest-prefix | Andrew Tridgell | 1 | -3/+8 | |
2010-04-06 | build: fixed headers for C prototype check | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 9 | -73/+68 | |
2010-04-06 | build: rewrote the autoconf-like macros to be more consistent | Andrew Tridgell | 1 | -151/+209 | |
This also brings them much closer to the behaviour of autoconf | |||||
2010-04-06 | build: fixed prototype test | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added checks for solaris getXXent_r() functions | Andrew Tridgell | 2 | -0/+27 | |
2010-04-06 | build: added CHECK_C_PROTOTYPE() configure function | Andrew Tridgell | 1 | -4/+27 | |
2010-04-06 | build: python 2.4 doesn't support multiple union arguments for sets | Andrew Tridgell | 1 | -2/+4 | |
2010-04-06 | build: sun c compiler wants a newline | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: expand indirect syslibs after loop unrolling | Andrew Tridgell | 1 | -1/+3 | |
otherwide python libs in the disable-shared build don't get all the needed syslibs | |||||
2010-04-06 | build: fixed handling of full dependencies for --disable-shared | Andrew Tridgell | 1 | -119/+137 | |
the subsystem dependency loops get quite complex when shared libs are disabled | |||||
2010-04-06 | build: don't use double binaries/libs if not needed | Andrew Tridgell | 1 | -8/+23 | |
when rpath is disabled on both install and build we don't need the double binaries | |||||
2010-04-06 | build: mark wafsamba as unbuffered, so stdout and stderr are better in sync | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added etags and ctags make targets | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: check if a simple C program runs | Andrew Tridgell | 2 | -0/+17 | |
This will be helpful for working out why AIX is failing | |||||
2010-04-06 | build: more complete implementation of waf configure -C | Andrew Tridgell | 2 | -18/+20 | |
this is a closer emulation of the autoconf behaviour | |||||
2010-04-06 | build: rkpty should not directly include socket_wrapper.c | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed build of heimdal/lib/roken/err.h | Andrew Tridgell | 2 | -1/+11 | |
2010-04-06 | build: enable real cacheing with waf configure -C | Andrew Tridgell | 2 | -7/+23 | |
2010-04-06 | build: added --disable-shared option | Andrew Tridgell | 2 | -6/+17 | |
2010-04-06 | build: optimise and re-enable check_duplicate_sources | Andrew Tridgell | 1 | -18/+47 | |
2010-04-06 | build: commented the missing subsystems | Andrew Tridgell | 1 | -12/+14 | |
2010-04-06 | build: fixed libcli/ndr_netlogon.c dependency rules | Andrew Tridgell | 2 | -1/+2 | |
2010-04-06 | build: fixed issue with CC="ccache cc" on solaris | Andrew Tridgell | 3 | -5/+11 | |
2010-04-06 | build: support systems without rpath | Andrew Tridgell | 4 | -7/+32 | |
2010-04-06 | build: removed testing cflags | Andrew Tridgell | 1 | -3/+2 | |
2010-04-06 | build: cope with subsystems with no enabled modules | Andrew Tridgell | 2 | -11/+13 | |
This happens for the notify subsystem on non-Linux systems | |||||
2010-04-06 | build: 'makefile' (lowercase) is now a generated file | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: tevent_epoll.c is conditional on HAVE_EPOLL | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 2 | -2/+14 | |