summaryrefslogtreecommitdiffstats
path: root/lib/replace/wscript
Commit message (Collapse)AuthorAgeFilesLines
...
* replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij2010-06-181-1/+5
| | | | appears to cause unresolved symbols at the moment.
* libreplace: include sys/file.h only when availableBjörn Jacke2010-05-301-1/+1
| | | | thanks to Joachim Schmitz <schmitz@hp.com>. This fixes #7460.
* s3-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell2010-05-201-1/+1
| | | | this needs to be with the krb5.h check
* build: Don't look for krb5.h in libreplaceKai Blin2010-05-201-1/+1
|
* waf:libreplace: set _OSF_SOURCE to fix build on Tru64Björn Jacke2010-05-111-0/+4
|
* lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher2010-04-241-0/+8
| | | | | | We really on IPV6_V6ONLY being supported. metze
* lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with ↵Stefan Metzmacher2010-04-241-0/+19
| | | | | | | | broken headers This is needed on SLES8. metze
* replace-waf: hide symbols in libreplace if a builtin libraryAndrew Tridgell2010-04-181-0/+1
|
* lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-0/+1
| | | | metze
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵Stefan Metzmacher2010-04-121-9/+2
| | | | | | system does metze
* lib/replace/wscript: add dependency to 'dl'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-2/+2
| | | | metze
* s4-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell2010-04-121-0/+7
| | | | this needs to be with the krb5.h check for the source3 build
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-121-14/+7
| | | | metze
* lib/replace/wscript: rename REPLACE_H_SOURCE => REPLACE_HOSTCC_SOURCEStefan Metzmacher2010-04-121-5/+6
| | | | metze
* lib/replace/wscript: implement the same getpass detection logic as the ↵Stefan Metzmacher2010-04-121-2/+2
| | | | | | autoconf version metze
* lib/replace/wscript: inline LIBREPLACE_GETPASS into 'replace'Stefan Metzmacher2010-04-121-5/+3
| | | | metze
* lib/replace: create a LIBREPLACE_H subsystemStefan Metzmacher2010-04-101-3/+12
| | | | metze
* s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell2010-04-061-0/+4
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-10/+8
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell2010-04-061-7/+7
|
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-061-3/+15
| | | | This should be useful for building tarballs from a clean checkout
* s4-waf: fixed some of the group orderingAndrew Tridgell2010-04-061-2/+7
| | | | We need to try to keep targets in the right groups
* s4-waf: add getaddrinfo.c replacement if neededAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: added test for dlopen prototypeAndrew Tridgell2010-04-061-0/+3
|
* s4-waf: get the sense of the tests for the HAVE_INET_* replacements rightAndrew Tridgell2010-04-061-5/+5
|
* s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell2010-04-061-2/+0
|
* s4-waf: fixed dirfd() detection for heimdalAndrew Tridgell2010-04-061-1/+2
|
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-2/+1
|
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-061-0/+2
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: fdatasync is in librt on solaris8Andrew Tridgell2010-04-061-1/+3
|
* libreplace: add a replacement for strerror_r (needed on solaris8)Andrew Tridgell2010-04-061-1/+1
|
* s4-waf: replace stdint.h and stdbool.h on systems that don't have themAndrew Tridgell2010-04-061-0/+12
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-159/+32
| | | | this stops lib/replace becoming a mess
* build: Change checks to conform to new CHECK_* behaviourKai Blin2010-04-061-8/+8
|
* build: check for inttypes.hKai Blin2010-04-061-1/+1
|
* build: check size of dev_t, ino_t and time_tKai Blin2010-04-061-0/+1
|
* build: check for uint_tKai Blin2010-04-061-0/+1
|
* build: Check for syscall headersKai Blin2010-04-061-0/+1
|
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-8/+29
| | | | | | | | | 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: add additional libreplace conditional sourcesAndrew Tridgell2010-04-061-3/+6
|
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-061-2/+0
|
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-6/+27
|
* build: socklen_t is in sys/socket.hAndrew Tridgell2010-04-061-1/+2
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-24/+38
|
* build: added checks for solaris getXXent_r() functionsAndrew Tridgell2010-04-061-0/+3
|
* build: sun c compiler wants a newlineAndrew Tridgell2010-04-061-1/+1
|
* build: check if a simple C program runsAndrew Tridgell2010-04-061-0/+9
| | | | This will be helpful for working out why AIX is failing
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-8/+1
| | | | this is a closer emulation of the autoconf behaviour