Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-08 | libreplace: Attempt to fix bug 5910, detect a broken getaddrinfo | Volker Lendecke | 1 | -0/+25 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-09-14 | Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ | Matt Kraai | 1 | -7/+7 | |
2009-03-23 | libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGS | Michael Adam | 1 | -2/+2 | |
This fixes Samba3's double listing of -I options in CFLAGS, since samba3's configure wraps the call to AC_LIBREPLACE_NETWORK_CHECKS into a SAVE_CPPFLAGS="${CPPFLAGS}" .. CPPFLAGS="${SAVE_CPPFLAGS}" sequence... :-) Michael | |||||
2009-03-17 | build: fix detection of netinet/ip.h on FreeBSD | Timur | 1 | -0/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-17 | build: format the header check for netinet/ip.h more nicely | Timur | 1 | -6/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-16 | lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ↵ | Stefan Metzmacher | 1 | -1/+1 | |
are available metze | |||||
2009-03-11 | lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h | Stefan Metzmacher | 1 | -0/+1 | |
This should fix the build on some hosts. metze | |||||
2009-02-11 | enable IPv6 support for NetBSD, FreeBSD | Björn Jacke | 1 | -0/+1 | |
most systems include netinet/in.h via netdb.h but *BSD don't. | |||||
2009-01-27 | libreplace: fix detection of netinet/ip.h on solaris 8 | Michael Adam | 1 | -1/+5 | |
(The test needs to additionally include <netinet/in_systm.h>.) Michael | |||||
2009-01-27 | libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiled | Michael Adam | 1 | -1/+4 | |
under solaris Michael | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+377 | |